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.

Author:
Chamikara Jayalath

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

public 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

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



Copyright © 2005-2006 Apache Web Services. All Rights Reserved.