Class ClusteringContextListener
java.lang.Object
org.apache.axis2.clustering.state.ClusteringContextListener
- All Implemented Interfaces:
org.apache.axis2.context.ContextListener
public class ClusteringContextListener
extends Object
implements org.apache.axis2.context.ContextListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextCreated(org.apache.axis2.context.AbstractContext context) voidcontextRemoved(org.apache.axis2.context.AbstractContext context)
-
Constructor Details
-
ClusteringContextListener
public ClusteringContextListener(org.apache.axis2.clustering.MessageSender sender)
-
-
Method Details
-
contextCreated
public void contextCreated(org.apache.axis2.context.AbstractContext context) - Specified by:
contextCreatedin interfaceorg.apache.axis2.context.ContextListener
-
contextRemoved
public void contextRemoved(org.apache.axis2.context.AbstractContext context) - Specified by:
contextRemovedin interfaceorg.apache.axis2.context.ContextListener
-