|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectmandala.rami.impl.SyslogCallback
This implementation of the Callback interface
is intended for debugging purpose. Is uses Syslog
Callback,
Syslog,
Serialized Form| Constructor Summary | |
SyslogCallback()
|
|
SyslogCallback(Syslog syslog)
|
|
| Method Summary | |
void |
done(InvocationInfo invocationInfo,
MethodResult methodResult)
This method is called once an asynchronous method invocation had been considered terminated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SyslogCallback()
public SyslogCallback(Syslog syslog)
| Method Detail |
public void done(InvocationInfo invocationInfo,
MethodResult methodResult)
CallbackThis method is called once an asynchronous method invocation had been considered terminated.
done in interface CallbackinvocationInfo - the invocationInfo object
representing informations on the asychronous method invocation.methodResult - the MethodResult object
representing the result of the asychronous method invocation.InvocationInfo,
MethodResult
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||