org.tm4j.topicmap .ProviderTransaction

Description

The interface for a transaction managed by a TopicMapProvider.

Method Summary
void abort()
void commit()
Commit the transaction and any changes made while it was open.
void isOpen()
Determine if this transaction is currently open
void rollback()
Rollback the transaction, discarding any changes made while it was open.