Method: RTM::JavaTMAPI#getLocators

Defined in:
lib/rtm/javatmapi.rb

#getLocatorsObject

Returns all storage addresses of TopicMap instances known by this connection. The return value may be empty but is never null.

:call-seq:

locators -> Array of Locators


177
178
179
# File 'lib/rtm/javatmapi.rb', line 177

def getLocators
  @tms.getLocators
end