| Modifier and Type | Field and Description |
|---|---|
protected GlobalInvocationResolver |
InvocationTarget.InvocationHandling.gir
The resolver for global URIs or
null if the invocation is
not based on a global URI. |
| Modifier and Type | Method and Description |
|---|---|
GlobalInvocationResolver |
InvocationTarget.InvocationHandling.getGlobalInvocationResolver()
Gets the resolver for global URIs or
null if the invocation
is not based on a global URI. |
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationTarget.InvocationHandling.setGlobalInvocationResolver(GlobalInvocationResolver gir)
Sets the resolver for global URIs.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
InvocationDelegate.invoke(long invocationId,
java.net.URI remoteIdentifier,
java.lang.Class<?> remoteIface,
boolean callback,
GlobalInvocationResolver gir,
java.util.Stack<java.lang.reflect.Method> methodStack,
java.lang.Object[] parameters)
Invokes the specified method remotely on the ADEPT2 component identified by the given
remoteObjectIdentifier. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceRegistry
A service registry extends the
LocalServiceRegistry to support
export and publishing of local services as well as accessing remote services. |
| Modifier and Type | Field and Description |
|---|---|
protected GlobalInvocationResolver |
GlobalInvocationTarget.gir
The object handling the global registry invocation.
|
| Constructor and Description |
|---|
GlobalInvocationTarget(GlobalInvocationResolver gir)
Creates a new invocation target for global URIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapRegistry
This bootstrap registry is the central entity from which other registries and
services can be retrieved.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwoPhaseBootstrap<T extends ADEPT2Service>
A bootstrap registry that bootstraps and shuts down in two phases.
|