| Package | Description |
|---|---|
| de.aristaflow.adept2.base.communication |
| Modifier and Type | Field and Description |
|---|---|
protected InvocationDelegate |
InvocationTarget.InvocationHandling.invDel
The invocation delegate processes a remote call through a specific
communication stack/service.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationDelegate |
InvocationTarget.InvocationHandling.getInvocationDelegate()
Gets the invocation delegate processes a remote call through a specific
communication stack/service.
|
| Constructor and Description |
|---|
InvocationHandling(InvocationDelegate invDel,
ADEPT2CallbackExport callbackExport,
java.net.URI localUri)
Creates a new instance encapsulating the designated objects for
invocation handling of global URIs.
|