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

Description

Removes the encapsulated TopicMap from its Provider. Sets the state of this TopicMapReference to REMOVED This method does nothing if the current state is not ACCESSIBLE CAUTION. Despite of the provider used, removing means either "closing" (removing from memory) or really removing from a backend.

Returns

true, if removing was succesfull, false otherwise

Other Resources

Related Topics