|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.ubik.rmi.server.invocation.ServerPreInvokeEvent
public class ServerPreInvokeEvent
An event signaling that a remote method call has been received on the server-side.
| Method Summary | |
|---|---|
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. |
java.lang.Object |
getTarget()
Returns the object on which to perform the method call. |
void |
setTarget(java.lang.Object target)
Sets the target of the invocation (client-applications can thus substitute the original target with the one passed in). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public InvokeCommand getInvokeCommand()
InvokeCommand.public void setTarget(java.lang.Object target)
target - a new target on which to perform the invocation.public java.lang.Object getTarget()
Object.public long getInvokeTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||