| Package | Description |
|---|---|
| de.aristaflow.adept2.base.communication | |
| de.aristaflow.adept2.base.communication.invocation | |
| de.aristaflow.adept2.base.registry |
| Modifier and Type | Method and Description |
|---|---|
InvocationTarget |
CommunicationService.getInvocationTarget()
Gets the invocation target of this communication service.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<InvocationTarget,java.net.URI> |
GlobalInvocationResolver.getInvocationTarget(java.net.URI uri)
Gets the invocation target for the designated URI.
|
| Constructor and Description |
|---|
InvocationHandler(InvocationTarget invTarget,
java.util.concurrent.atomic.AtomicLong invId,
java.net.URI remoteObjectIdentifier,
boolean callback,
java.util.Stack<java.lang.reflect.Method> preceder,
java.util.logging.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,
java.util.concurrent.atomic.AtomicLong invId,
java.net.URI remoteIdentifier,
java.lang.Class<T> remoteInterface,
boolean callback,
java.util.logging.Logger logger)
Create a new invocation handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalInvocationTarget
The invocation target for global URIs resolving global URIs to local URIs and
providing the corresponding invocation target.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<InvocationTarget,java.net.URI> |
ServiceRegistry.getInvocationTarget(java.net.URI uri) |