Uses of Interface
de.aristaflow.adept2.base.communication.InvocationTarget
Packages that use InvocationTarget
Package
Description
-
Uses of InvocationTarget in de.aristaflow.adept2.base.communication
Methods in de.aristaflow.adept2.base.communication that return InvocationTargetModifier and TypeMethodDescriptionCommunicationService.getInvocationTarget()Gets the invocation target of this communication service.Methods in de.aristaflow.adept2.base.communication that return types with arguments of type InvocationTargetModifier and TypeMethodDescriptionGlobalInvocationResolver.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 InvocationTargetModifierConstructorDescriptionprotectedInvocationHandler(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.protectedInvocationHandler(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 InvocationTargetModifier and TypeClassDescriptionclassThe 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
InvocationHandler(InvocationTarget, AtomicLong, long, URI, URI, boolean, Stack, long, long, Map, Logger)instead.