org.tm4j.panckoucke.store .TopicMapReference

Description

Wrapper for a TopicMap in any State. Objects which implements this Interface are intended beeing used in multithreaded enviroments. Therefor a call to a method which potentially throws an IllegalStateException may fail in any case. You cannot be sure, that the TopicMapReference may be in the state you are expecting.This is even the case if you queried the state immediately before calling the state-dependant method

Implementations of this interface

Method Summary
void close()
Closes the encapsulated TopicMap.
org.tm4j.panckoucke.model.AMNode getAMNode()
org.tm4j.panckoucke.model.AMLocator getBaseLocator()
java.lang.String getBaseLocatorAdress()
java.lang.String getId()
TopicMapRefMetaData getMetaData()
ProviderReference getProviderReference()
java.lang.String getSource()
StoreState getState()
java.lang.String getStateProse()
void remove()
Removes the encapsulated TopicMap from its Provider.

Related Topics