org.tm4j.panckoucke.impl.store.TopicMapReferenceImpl .close()

Description

Closes the encapsulated TopicMap. Sets the state of this TopicMapReference to CLOSED This method does nothing if the current state is CLOSED or CORRUPT or REMOVED If the encapsulated TopicMap is provided by the in-memory_Provider the remove()-Method of the Provider is called as well

Returns

true, if the Topicmap is closed or removed (if it was already removed) after returning from that method false otherwise

Other Resources

Related Topics