org.apache.axis2.clustering.state
Class ClusteringContextListener
java.lang.Object
org.apache.axis2.clustering.state.ClusteringContextListener
- All Implemented Interfaces:
- ContextListener
public class ClusteringContextListener
- extends Object
- implements ContextListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusteringContextListener
public ClusteringContextListener(MessageSender sender)
contextCreated
public void contextCreated(AbstractContext context)
- Description copied from interface:
ContextListener
- A context has been added
- Specified by:
contextCreated
in interface ContextListener
contextRemoved
public void contextRemoved(AbstractContext context)
- Description copied from interface:
ContextListener
- A context has been removed
- Specified by:
contextRemoved
in interface ContextListener
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.