Package | Description |
---|---|
info.pppc.base.system |
Modifier and Type | Method and Description |
---|---|
ReferenceID |
Invocation.getSource()
Returns the source of the invocation.
|
ReferenceID |
Proxy.getSourceID()
Returns the object id of the source object.
|
ReferenceID |
Invocation.getTarget()
Returns the target of the invocation.
|
ReferenceID |
Proxy.getTargetID()
Returns the object id of the target object.
|
Modifier and Type | Method and Description |
---|---|
void |
Invocation.setSource(ReferenceID source)
Sets the invocation's source.
|
void |
Proxy.setSourceID(ReferenceID id)
Sets the object id of the source system.
|
void |
Invocation.setTarget(ReferenceID target)
Sets the invocation's target.
|
void |
Proxy.setTargetID(ReferenceID id)
Sets the object id of the target object.
|
Constructor and Description |
---|
Invocation(ReferenceID source,
ReferenceID target,
java.lang.String method,
java.lang.Object[] args)
Creates a new invocation with the specified source,
target, method and arguments.
|