Uses of Interface
de.aristaflow.adept2.base.communication.GlobalInvocationResolver
-
-
Uses of GlobalInvocationResolver in de.aristaflow.adept2.base.communication
Fields in de.aristaflow.adept2.base.communication declared as GlobalInvocationResolver Modifier and Type Field Description protected GlobalInvocationResolver
InvocationTarget.InvocationHandling. gir
The resolver for global URIs ornull
if the invocation is not based on a global URI.Methods in de.aristaflow.adept2.base.communication that return GlobalInvocationResolver Modifier and Type Method Description GlobalInvocationResolver
InvocationTarget.InvocationHandling. getGlobalInvocationResolver()
Gets the resolver for global URIs ornull
if the invocation is not based on a global URI.Methods in de.aristaflow.adept2.base.communication with parameters of type GlobalInvocationResolver Modifier and Type Method Description void
InvocationTarget.InvocationHandling. setGlobalInvocationResolver(GlobalInvocationResolver gir)
Sets the resolver for global URIs. -
Uses of GlobalInvocationResolver in de.aristaflow.adept2.base.communication.invocation
Methods in de.aristaflow.adept2.base.communication.invocation with parameters of type GlobalInvocationResolver Modifier and Type Method Description Object
InvocationDelegate. invoke(long invocationId, URI remoteIdentifier, URI registeredIdentifier, Class<?> remoteIface, boolean callback, GlobalInvocationResolver gir, Stack<Method> methodStack, Object[] parameters)
Invokes the specified method remotely on the ADEPT2 component identified by the givenremoteObjectIdentifier
. -
Uses of GlobalInvocationResolver in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement GlobalInvocationResolver Modifier and Type Class Description class
ServiceRegistry
A service registry extends theLocalServiceRegistry
to support export and publishing of local services as well as accessing remote services.Fields in de.aristaflow.adept2.base.registry declared as GlobalInvocationResolver Modifier and Type Field Description protected GlobalInvocationResolver
GlobalInvocationTarget. gir
The object handling the global registry invocation.Constructors in de.aristaflow.adept2.base.registry with parameters of type GlobalInvocationResolver Constructor Description GlobalInvocationTarget(GlobalInvocationResolver gir)
Creates a new invocation target for global URIs. -
Uses of GlobalInvocationResolver in de.aristaflow.adept2.core.registry
Classes in de.aristaflow.adept2.core.registry that implement GlobalInvocationResolver Modifier and Type Class Description class
BootstrapRegistry
This bootstrap registry is the central entity from which other registries and services can be retrieved. -
Uses of GlobalInvocationResolver in de.aristaflow.adept2.core.registry.twophase
Classes in de.aristaflow.adept2.core.registry.twophase that implement GlobalInvocationResolver Modifier and Type Class Description class
TwoPhaseBootstrap<T extends ADEPT2Service>
A bootstrap registry that bootstraps and shuts down in two phases.
-