Uses of Interface
de.aristaflow.adept2.base.communication.GlobalInvocationResolver
Packages that use GlobalInvocationResolver
Package
Description
-
Uses of GlobalInvocationResolver in de.aristaflow.adept2.base.communication
Fields in de.aristaflow.adept2.base.communication declared as GlobalInvocationResolverModifier and TypeFieldDescriptionprotected 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 GlobalInvocationResolverModifier and TypeMethodDescriptionInvocationTarget.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 GlobalInvocationResolverModifier and TypeMethodDescriptionvoidInvocationTarget.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 GlobalInvocationResolverModifier and TypeMethodDescriptionInvocationDelegate.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 GlobalInvocationResolverModifier and TypeClassDescriptionclassA 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 GlobalInvocationResolverModifier and TypeFieldDescriptionprotected final GlobalInvocationResolverGlobalInvocationTarget.girThe object handling the global registry invocation.Constructors in de.aristaflow.adept2.base.registry with parameters of type GlobalInvocationResolverModifierConstructorDescriptionprotectedCreates 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 GlobalInvocationResolverModifier and TypeClassDescriptionclassThis 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 GlobalInvocationResolverModifier and TypeClassDescriptionclassTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases.