mandala.rami.impl
Class SyslogCallback

java.lang.Object
  extended bymandala.rami.impl.SyslogCallback
All Implemented Interfaces:
Callback, java.io.Serializable

public class SyslogCallback
extends java.lang.Object
implements Callback, java.io.Serializable

This implementation of the Callback interface is intended for debugging purpose. Is uses Syslog

Version:
1.0
Author:
eipi
See Also:
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

SyslogCallback

public SyslogCallback()

SyslogCallback

public SyslogCallback(Syslog syslog)
Method Detail

done

public void done(InvocationInfo invocationInfo,
                 MethodResult methodResult)
Description copied from interface: Callback

This method is called once an asynchronous method invocation had been considered terminated.

Specified by:
done in interface Callback
Parameters:
invocationInfo - the invocationInfo object representing informations on the asychronous method invocation.
methodResult - the MethodResult object representing the result of the asychronous method invocation.
See Also:
InvocationInfo, MethodResult


Mandala help mailing list