| Modifier and Type | Method and Description |
|---|---|
GlobalRegistry |
GlobalRegistryServiceProvider.getGlobalRegistry(SessionToken session)
Gets (the instance of) the current global registry.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalRegistry |
ServiceRegistry.getGlobalRegistry(SessionToken session)
Returns a reference to (the default instance of) the global registry.
|
GlobalRegistry |
ServiceRegistry.globalRegistryChanged(SessionToken session,
java.net.URI globRegUri)
Changes the URI of the (default instance of the) global registry to the
designated URI.
|
| Modifier and Type | Method and Description |
|---|---|
protected GlobalRegistry |
ClusterPlatform.globalRegistryChanged(SessionToken session,
java.net.URI globRegUri) |
| Modifier and Type | Method and Description |
|---|---|
protected GlobalRegistry |
TwoPhaseBootstrap.continueBootstrap()
Continues the bootstrap.
|
GlobalRegistry |
TwoPhasePlatform.continueBootstrap()
Continues the bootstrap.
|
protected GlobalRegistry |
TwoPhasePlatform.globalRegistryChanged(SessionToken session,
java.net.URI globRegUri)
Notifies the bootstrap registry that the URI of the global registry has
changed to the designated URI.
|