Uses of Interface
de.aristaflow.adept2.base.communication.invocation.InvocationDelegate
Packages that use InvocationDelegate
-
Uses of InvocationDelegate in de.aristaflow.adept2.base.communication
Fields in de.aristaflow.adept2.base.communication declared as InvocationDelegateModifier and TypeFieldDescriptionprotected final InvocationDelegateInvocationTarget.InvocationHandling.invDelThe invocation delegate processes a remote call through a specific communication stack/service.Methods in de.aristaflow.adept2.base.communication that return InvocationDelegateModifier and TypeMethodDescriptionInvocationTarget.InvocationHandling.getInvocationDelegate()Gets the invocation delegate processes a remote call through a specific communication stack/service.Constructors in de.aristaflow.adept2.base.communication with parameters of type InvocationDelegateModifierConstructorDescriptionInvocationHandling(InvocationDelegate invDel, ADEPT2CallbackExport callbackExport, URI localUri, URI registeredUri) Creates a new instance encapsulating the designated objects for invocation handling of global URIs.