|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sandesha2.TerminateManager
Contains logic to remove all the storad data of a sequence. Methods of this are called by sending side and the receiving side when appropriate
Constructor Summary | |
TerminateManager()
|
Method Summary | |
static void |
terminateAfterInvocation(org.apache.axis2.context.ConfigurationContext configContext,
java.lang.String sequenceID)
When InOrder invocation is anabled this had to be called to clean the data left by the above method. |
static void |
terminateReceivingSide(org.apache.axis2.context.ConfigurationContext configContext,
java.lang.String sequenceID)
Called by the receiving side to remove data related to a sequence. |
static void |
terminateSendingSide(org.apache.axis2.context.ConfigurationContext configContext,
java.lang.String sequenceID)
This is called by the sending side to clean data related to a sequence. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TerminateManager()
Method Detail |
public static void terminateReceivingSide(org.apache.axis2.context.ConfigurationContext configContext, java.lang.String sequenceID) throws SandeshaException
configContext
- sequenceID
-
SandeshaException
public static void terminateAfterInvocation(org.apache.axis2.context.ConfigurationContext configContext, java.lang.String sequenceID) throws SandeshaException
configContext
- sequenceID
-
SandeshaException
public static void terminateSendingSide(org.apache.axis2.context.ConfigurationContext configContext, java.lang.String sequenceID) throws SandeshaException
configContext
- sequenceID
-
SandeshaException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |