|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.ubik.rmi.server.invocation.ServerPostInvokeEvent
public class ServerPostInvokeEvent
An event signaling the completion of a remote method invocation, on the server-side.
| Method Summary | |
|---|---|
java.lang.Throwable |
getError()
|
InvokeCommand |
getInvokeCommand()
Returns the command representing the invocation that was made. |
long |
getInvokeDelay()
Returns the approximate amount of time the call has taken locally. |
java.lang.Object |
getResultObject()
|
java.lang.Object |
getTarget()
Returns the object on which the method invocation was performed. |
void |
setResultObject(java.lang.Object result)
|
| 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 java.lang.Object getTarget()
Object.public long getInvokeDelay()
public java.lang.Throwable getError()
Throwable that the method invocation corresponding
to this instance generated, or null if such event occurred.public java.lang.Object getResultObject()
null if no such
result exists.public void setResultObject(java.lang.Object result)
result - the result of the invocation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||