Class IdMapService

    • Constructor Detail

      • IdMapService

        public IdMapService()
    • Method Detail

      • getMyId

        public long getMyId()
      • waitForInit

        public boolean waitForInit​(long timeout)
        for testing only
      • isInitialized

        public boolean isInitialized()
      • clearCache

        public void clearCache()
      • onChange

        public void onChange​(java.util.List<ResourceChange> changes)
        Description copied from interface: ResourceChangeListener
        Report resource changes based on the filter properties of this listener.

        Starting with version 1.2 of this API, an instance of ResoureChangeList is passed as the parameter to allow passing additional information.

        Specified by:
        onChange in interface ResourceChangeListener
        Parameters:
        changes - The changes list. This list is immutable.