Class ClusteringContextListener
- java.lang.Object
-
- org.apache.axis2.clustering.state.ClusteringContextListener
-
- All Implemented Interfaces:
ContextListener
public class ClusteringContextListener extends Object implements ContextListener
-
-
Constructor Summary
Constructors Constructor Description ClusteringContextListener(MessageSender sender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextCreated(AbstractContext context)
A context has been addedvoid
contextRemoved(AbstractContext context)
A context has been removed
-
-
-
Constructor Detail
-
ClusteringContextListener
public ClusteringContextListener(MessageSender sender)
-
-
Method Detail
-
contextCreated
public void contextCreated(AbstractContext context)
Description copied from interface:ContextListener
A context has been added- Specified by:
contextCreated
in interfaceContextListener
-
contextRemoved
public void contextRemoved(AbstractContext context)
Description copied from interface:ContextListener
A context has been removed- Specified by:
contextRemoved
in interfaceContextListener
-
-