org.tm4j.panckoucke.store .StoreState

Description

This interface defines a set of state-constants which represent the lifecyle of a TopicmapObject, managed by the panckoucke central TopicMapStore

Field Summary
ACCESSIBLE The represented TopicMap is open and ready to accept requests
CLOSED The represented TopicMap is closed No further requests to that TopicMap will be accepted.
CORRUPTED The system was unable to load the TopicMap.
MERGING The represented TopicMap is currently in the state of beeing merged from two sources.
OPENING The represented TopicMap is currently opened.
PENDING The represented TopicMap is currently scheduled for opening.
REMOVED The represented TopicMap is removed No further requests to that TopicMap will be accepted.
Method Summary
java.lang.String getStateID()
returns the complete ID string of the StoreState implementation
StoreState getStoreStateOfID(java.lang.String id)
returns the StoreState Instance for a given ID