Uses of Interface
de.aristaflow.adept2.base.communication.InvocationTarget
-
Packages that use InvocationTarget Package Description de.aristaflow.adept2.base.communication de.aristaflow.adept2.base.communication.invocation de.aristaflow.adept2.base.registry -
-
Uses of InvocationTarget in de.aristaflow.adept2.base.communication
Methods in de.aristaflow.adept2.base.communication that return InvocationTarget Modifier and Type Method Description InvocationTarget
CommunicationService. getInvocationTarget()
Gets the invocation target of this communication service.Methods in de.aristaflow.adept2.base.communication that return types with arguments of type InvocationTarget Modifier and Type Method Description Pair<InvocationTarget,URI>
GlobalInvocationResolver. getInvocationTarget(URI uri)
Gets the invocation target for the designated URI. -
Uses of InvocationTarget in de.aristaflow.adept2.base.communication.invocation
Constructors in de.aristaflow.adept2.base.communication.invocation with parameters of type InvocationTarget Constructor Description InvocationHandler(InvocationTarget invTarget, AtomicLong invId, long lazyTime, URI remoteObjectIdentifier, URI registeredIdentifier, boolean callback, Stack<Method> preceder, long cachingRemItInitAliveTime, long cachingRemItAliveTimeExt, Map<Class<?>,Boolean> proxyAnnotCache, Logger logger)
Create an invocation handler for the configured component name, following the provided methods to the interface this is a proxy for.InvocationHandler(InvocationTarget invTarget, AtomicLong invId, long lazyTime, URI remoteObjectIdentifier, URI registeredIdentifier, boolean callback, Stack<Method> preceder, Map<Class<?>,Boolean> proxyAnnotCache, Logger logger)
Deprecated, for removal: This API element is subject to removal in a future version.InvocationHandler(InvocationTarget invTarget, AtomicLong invId, long lazyTime, URI remoteIdentifier, URI registeredIdentifier, Class<T> remoteInterface, boolean callback, long cachingRemItInitAliveTime, long cachingRemItAliveTimeExt, Map<Class<?>,Boolean> proxyAnnotCache, Logger logger)
Create a new invocation handler.InvocationHandler(InvocationTarget invTarget, AtomicLong invId, long lazyTime, URI remoteIdentifier, URI registeredIdentifier, Class<T> remoteInterface, boolean callback, Map<Class<?>,Boolean> proxyAnnotCache, Logger logger)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of InvocationTarget in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement InvocationTarget Modifier and Type Class Description class
GlobalInvocationTarget
The invocation target for global URIs resolving global URIs to local URIs and providing the corresponding invocation target.Methods in de.aristaflow.adept2.base.registry that return types with arguments of type InvocationTarget Modifier and Type Method Description Pair<InvocationTarget,URI>
ServiceRegistry. getInvocationTarget(URI uri)
-