mandala.jacob
Class CleanerCallback

java.lang.Object
  extended bymandala.jacob.CleanerCallback
All Implemented Interfaces:
Callback, java.io.Serializable

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

Cleaner callback.

This callback removes a stored object when used. Notice, that this callback can be used only one time on a given stored object.

Version:
2.2
Author:
eipi
See Also:
Serialized Form

Constructor Summary
CleanerCallback()
           
 
Method Summary
 void done(InvocationInfo info, MethodResult result)
          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

CleanerCallback

public CleanerCallback()
Method Detail

done

public void done(InvocationInfo info,
                 MethodResult result)
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:
info - the invocationInfo object representing informations on the asychronous method invocation.
result - the MethodResult object representing the result of the asychronous method invocation.
See Also:
InvocationInfo, MethodResult


Mandala help mailing list