public class InMemoryTopicMapTransaction extends AbstractTopicMapTransaction
Modifier and Type | Field and Description |
---|---|
protected ObjectTreeManager |
otree |
protected TopicEvents |
te |
protected TopicModificationManager |
topicmods |
active, builder, cfactory, imanager, invalid, parent, store, topicmap
EVENT_ABORT, EVENT_COMMIT
Modifier | Constructor and Description |
---|---|
protected |
InMemoryTopicMapTransaction(InMemoryTopicMapStore store) |
protected |
InMemoryTopicMapTransaction(InMemoryTopicMapStore store,
InMemoryTopicMapTransaction parent) |
Modifier and Type | Method and Description |
---|---|
TopicMapTransactionIF |
createNested() |
ObjectTreeManager |
getObjectTreeManager() |
boolean |
validate() |
abort, abort, commit, getBuilder, getCollectionFactory, getIndexManager, getParent, getStore, getTopicMap, isActive
protected ObjectTreeManager otree
protected TopicModificationManager topicmods
protected TopicEvents te
protected InMemoryTopicMapTransaction(InMemoryTopicMapStore store)
protected InMemoryTopicMapTransaction(InMemoryTopicMapStore store, InMemoryTopicMapTransaction parent)
public boolean validate()
validate
in class AbstractTopicMapTransaction
public TopicMapTransactionIF createNested()
createNested
in class AbstractTopicMapTransaction
public ObjectTreeManager getObjectTreeManager()