mandala.jacob
Class CleanerCallback
java.lang.Object
mandala.jacob.CleanerCallback
- All Implemented Interfaces:
- Callback, Serializable
- public class CleanerCallback
- extends Object
- implements Callback, 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
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 |
CleanerCallback
public CleanerCallback()
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