| Constructor and Description |
|---|
ServerPreInvokeEvent(InvokeCommand cmd,
Object target) |
| Modifier and Type | Method and Description |
|---|---|
InvokeCommand |
getInvokeCommand()
Returns the command that represents the method invocation that will
be performed.
|
long |
getInvokeTime()
Returns the approximate time at which the invocation
was received.
|
Object |
getTarget()
Returns the object on which to perform the method call.
|
void |
setTarget(Object target)
Sets the target of the invocation (client-applications can thus
substitute the original target with the one passed in).
|
public ServerPreInvokeEvent(InvokeCommand cmd, Object target)
cmd - the command representing the method invocation that will be performed.target - the object on which the invocation will be performed.public InvokeCommand getInvokeCommand()
InvokeCommand.public void setTarget(Object target)
target - a new target on which to perform the invocation.public Object getTarget()
Object.public long getInvokeTime()
Copyright © 2012 Sapia OSS. All Rights Reserved.