Uses of Interface
de.aristaflow.adept2.base.communication.invocation.InvocationDelegate
-
Packages that use InvocationDelegate Package Description de.aristaflow.adept2.base.communication -
-
Uses of InvocationDelegate in de.aristaflow.adept2.base.communication
Fields in de.aristaflow.adept2.base.communication declared as InvocationDelegate Modifier and Type Field Description protected InvocationDelegate
InvocationTarget.InvocationHandling. invDel
The invocation delegate processes a remote call through a specific communication stack/service.Methods in de.aristaflow.adept2.base.communication that return InvocationDelegate Modifier and Type Method Description InvocationDelegate
InvocationTarget.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 InvocationDelegate Constructor Description InvocationHandling(InvocationDelegate invDel, ADEPT2CallbackExport callbackExport, URI localUri, URI registeredUri)
Creates a new instance encapsulating the designated objects for invocation handling of global URIs.
-