org.tm4j.panckoucke.impl.store.PanckouckeStore .findTopicMapReference(java.lang.String baseLocatorAddress)

Description

This method tries to find a TopicMapReference which encapsulates a TopicMap with the given BaseLocator. Since - at the time of writing - the store does not ensure, that a distinct TopicMap is loaded only once, the returned TopicMap may not be the only one, with the given BaseLocator.
However it is completly up to the Accessing Application, if a single TopicMap is loaded multiple times.
This method imposes no constraints regarding the state of the returned TopicMapReference

Parameters
java.lang.String baseLocatorAddress

Returns

The TopicMapReferenceImpl which encapsulates the TopicMap with the given BaseLocator

Other Resources

Related Topics