public interface TopicMapTransactionIF
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_ABORT
Deprecated.
|
static String |
EVENT_COMMIT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
abort()
Deprecated.
PUBLIC: Aborts the transaction; all changes made inside the
transaction are rolled back.
|
void |
commit()
Deprecated.
PUBLIC: Commits the transaction.
|
TopicMapBuilderIF |
getBuilder()
Deprecated.
PUBLIC: Gets a topic map builder for use with this transaction.
|
IndexManagerIF |
getIndexManager()
Deprecated.
PUBLIC: Gets the index manager that manages the topic map indexes
in the transaction.
|
TopicMapStoreIF |
getStore()
Deprecated.
PUBLIC: Gets the store to which the transaction is connected.
|
TopicMapIF |
getTopicMap()
Deprecated.
PUBLIC: Gets the topic map that is accessible through the
transaction.
|
boolean |
isActive()
Deprecated.
PUBLIC: Returns true if the transaction is active (in process).
|
static final String EVENT_COMMIT
static final String EVENT_ABORT
TopicMapBuilderIF getBuilder()
TopicMapStoreIF getStore()
TopicMapIF getTopicMap()
IndexManagerIF getIndexManager()
boolean isActive()
void commit()
void abort()