Package org.distributeme.core.asynch
Class MultiCallCollector.SubCallBackHandler
java.lang.Object
org.distributeme.core.asynch.MultiCallCollector.SubCallBackHandler
- All Implemented Interfaces:
CallBackHandler
- Enclosing class:
MultiCallCollector
An instance of this class is used as a call handler for each subcall.
- Author:
- lrosenberg
-
Constructor Summary
ConstructorsConstructorDescriptionSubCallBackHandler(MultiCallCollector aParent) Creates a new subcallbackhandler. -
Method Summary
-
Constructor Details
-
SubCallBackHandler
Creates a new subcallbackhandler.- Parameters:
aParent-
-
-
Method Details
-
success
Description copied from interface:CallBackHandlerCalled upon successful execution of a method. If the called method was a void method the parameter o will be null.- Specified by:
successin interfaceCallBackHandler- Parameters:
o- null or function call result.
-
error
Description copied from interface:CallBackHandlerCalled upon erroneous execution of a method.- Specified by:
errorin interfaceCallBackHandler- Parameters:
e- exception that occured in the method.
-