org.apache.sandesha2.client
Interface SandeshaListener


public interface SandeshaListener

By implementing this interface and registering an object with Sandesha2, users will be invoked in some events.


Method Summary
 void onError(org.apache.axis2.AxisFault fault)
          This sill be invoked when Sandesha2 receive a fault message in response to a RM control message that was sent by it.
 void onTimeOut(SequenceReport report)
          This will be invoked when a specific sequence time out.
 

Method Detail

onError

void onError(org.apache.axis2.AxisFault fault)
This sill be invoked when Sandesha2 receive a fault message in response to a RM control message that was sent by it.


onTimeOut

void onTimeOut(SequenceReport report)
This will be invoked when a specific sequence time out. The timing out method depends on policies.



Copyright © The Apache Software Foundation. All Rights Reserved.