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 GlobalInvocationResolverInvocationTarget.InvocationHandling. girThe resolver for global URIs ornullif the invocation is not based on a global URI.Methods in de.aristaflow.adept2.base.communication that return GlobalInvocationResolver Modifier and Type Method Description GlobalInvocationResolverInvocationTarget.InvocationHandling. getGlobalInvocationResolver()Gets the resolver for global URIs ornullif 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 voidInvocationTarget.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 ObjectInvocationDelegate. 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 classServiceRegistryA service registry extends theLocalServiceRegistryto 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 GlobalInvocationResolverGlobalInvocationTarget. girThe 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 classBootstrapRegistryThis 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 classTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases.
-