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 GlobalRegistry
GlobalRegistryServiceProvider. 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 GlobalRegistry
ServiceRegistry. getGlobalRegistry(SessionToken session)
Returns a reference to (the default instance of) the global registry.GlobalRegistry
ServiceRegistry. 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 GlobalRegistry
ClusterPlatform. 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 GlobalRegistry
TwoPhaseBootstrap. continueBootstrap()
Continues the bootstrap.GlobalRegistry
TwoPhasePlatform. continueBootstrap()
Continues the bootstrap.protected GlobalRegistry
TwoPhasePlatform. globalRegistryChanged(SessionToken session, URI globRegUri)
Notifies the bootstrap registry that the URI of the global registry has changed to the designated URI.
-