Uses of Class
org.apache.sandesha2.client.SequenceReport

Packages that use SequenceReport
org.apache.sandesha2.client   
 

Uses of SequenceReport in org.apache.sandesha2.client
 

Methods in org.apache.sandesha2.client that return SequenceReport
static SequenceReport SandeshaClient.getIncomingSequenceReport(java.lang.String sequenceID, org.apache.axis2.context.ConfigurationContext configCtx)
           
static SequenceReport SandeshaClient.getOutgoingSequenceReport(org.apache.axis2.client.ServiceClient serviceClient)
          Users can get a SequenceReport of the sequence defined by the information given from the passed serviceClient object.
static SequenceReport SandeshaClient.getOutgoingSequenceReport(java.lang.String internalSequenceID, org.apache.axis2.context.ConfigurationContext configurationContext)
           
static SequenceReport SandeshaClient.getOutgoingSequenceReport(java.lang.String internalSequenceID, org.apache.axis2.context.ConfigurationContext configurationContext, boolean createTransaction)
           
static SequenceReport SandeshaClient.getOutgoingSequenceReport(java.lang.String to, java.lang.String sequenceKey, org.apache.axis2.context.ConfigurationContext configurationContext)
           
 

Methods in org.apache.sandesha2.client that return types with arguments of type SequenceReport
static java.util.List<SequenceReport> SandeshaClient.getIncomingSequenceReports(org.apache.axis2.context.ConfigurationContext configCtx)
          Users can get a list of sequenceReports each describing a incoming sequence, which are the sequences the client work as a RMD.
 

Methods in org.apache.sandesha2.client with parameters of type SequenceReport
 void SandeshaListener.onTimeOut(SequenceReport report)
          This will be invoked when a specific sequence time out.
 



Copyright © The Apache Software Foundation. All Rights Reserved.