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 Constructor Description ClusteringContextListener(org.apache.axis2.clustering.MessageSender sender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextCreated(org.apache.axis2.context.AbstractContext context)voidcontextRemoved(org.apache.axis2.context.AbstractContext context)
-
-
-
Method Detail
-
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
-
-