|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore
public class InMemoryTopicMapStore
PUBLIC: The in-memory TopicMapStoreIF implementation.
| Field Summary |
|---|
| Fields inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore |
|---|
topic_listeners |
| Fields inherited from interface net.ontopia.topicmaps.core.TopicMapStoreIF |
|---|
IN_MEMORY_IMPLEMENTATION, RDBMS_IMPLEMENTATION |
| Constructor Summary | |
|---|---|
InMemoryTopicMapStore()
|
|
| Method Summary | |
|---|---|
void |
close()
PUBLIC: Closes the store and aborts the transaction if active. |
void |
close(boolean returnStore)
|
int |
getImplementation()
PUBLIC: Returns the topic map implementation identifier. |
java.lang.String |
getProperty(java.lang.String propertyName)
PUBLIC: Returns the value of the specified topic map store property. |
net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF |
getTransaction()
|
boolean |
isTransactional()
PUBLIC: Returns true if the store supports transactions. |
void |
setBaseAddress(LocatorIF base_address)
EXPERIMENTAL: Sets the persistent base address of the store. |
| Methods inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore |
|---|
abort, commit, delete, getBaseAddress, getReference, getTopicMap, isOpen, isReadOnly, open, setReadOnly, setReference, setTopicListeners, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InMemoryTopicMapStore()
| Method Detail |
|---|
public int getImplementation()
TopicMapStoreIF
TopicMapStoreIF.IN_MEMORY_IMPLEMENTATION or TopicMapStoreIF.RDBMS_IMPLEMENTATION
flags.public boolean isTransactional()
TopicMapStoreIF
public net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF getTransaction()
getTransaction in class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStorepublic void setBaseAddress(LocatorIF base_address)
TopicMapStoreIF
public void close()
TopicMapStoreIF
public void close(boolean returnStore)
close in class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStorepublic java.lang.String getProperty(java.lang.String propertyName)
TopicMapStoreIF
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||