Uses of Interface
de.aristaflow.adept2.base.globalregistry.GlobalRegistry
-
-
Uses of GlobalRegistry in de.aristaflow.adept2.base.communication
Methods in de.aristaflow.adept2.base.communication that return GlobalRegistry Modifier and Type Method Description GlobalRegistryGlobalRegistryServiceProvider. getGlobalRegistry(SessionToken session)Gets (the instance of) the current global registry. -
Uses of GlobalRegistry in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return GlobalRegistry Modifier and Type Method Description GlobalRegistryServiceRegistry. getGlobalRegistry(SessionToken session)Returns a reference to (the default instance of) the global registry.GlobalRegistryServiceRegistry. globalRegistryChanged(SessionToken session, URI globRegUri)Changes the URI of the (default instance of the) global registry to the designated URI. -
Uses of GlobalRegistry in de.aristaflow.adept2.core.registry.cluster
Methods in de.aristaflow.adept2.core.registry.cluster that return GlobalRegistry Modifier and Type Method Description protected GlobalRegistryClusterPlatform. globalRegistryChanged(SessionToken session, URI globRegUri) -
Uses of GlobalRegistry in de.aristaflow.adept2.core.registry.twophase
Methods in de.aristaflow.adept2.core.registry.twophase that return GlobalRegistry Modifier and Type Method Description protected GlobalRegistryTwoPhaseBootstrap. continueBootstrap()Continues the bootstrap.GlobalRegistryTwoPhasePlatform. continueBootstrap()Continues the bootstrap.protected GlobalRegistryTwoPhasePlatform. globalRegistryChanged(SessionToken session, URI globRegUri)Notifies the bootstrap registry that the URI of the global registry has changed to the designated URI.
-