org.apache.axis2.clustering.context
Class ClusteringContextListener

java.lang.Object
  extended by org.apache.axis2.clustering.context.ClusteringContextListener
All Implemented Interfaces:
ContextListener

public class ClusteringContextListener
extends java.lang.Object
implements ContextListener


Constructor Summary
ClusteringContextListener(MessageSender sender)
           
 
Method Summary
 void contextCreated(AbstractContext context)
           
 void contextRemoved(AbstractContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteringContextListener

public ClusteringContextListener(MessageSender sender)
Method Detail

contextCreated

public void contextCreated(AbstractContext context)
Specified by:
contextCreated in interface ContextListener

contextRemoved

public void contextRemoved(AbstractContext context)
Specified by:
contextRemoved in interface ContextListener


Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.