org.apache.tomee.catalina.cluster
Class ClusterObserver

java.lang.Object
  extended by org.apache.tomee.catalina.cluster.ClusterObserver

public class ClusterObserver
extends Object


Constructor Summary
ClusterObserver(Set<org.apache.catalina.ha.CatalinaCluster> clusters)
           
 
Method Summary
 void deploy(org.apache.openejb.observer.event.AfterEvent<AssemblerAfterApplicationCreated> app)
           
 void undeploy(AssemblerBeforeApplicationDestroyed app)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterObserver

public ClusterObserver(Set<org.apache.catalina.ha.CatalinaCluster> clusters)
Method Detail

deploy

public void deploy(@Observes
                   org.apache.openejb.observer.event.AfterEvent<AssemblerAfterApplicationCreated> app)

undeploy

public void undeploy(@Observes
                     AssemblerBeforeApplicationDestroyed app)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.