mod_cluster-container-spi 1.2.6.Final

Uses of Interface
org.jboss.modcluster.container.Context

Uses of Context in org.jboss.modcluster.container
 

Methods in org.jboss.modcluster.container that return Context
 Context Host.findContext(String path)
          Returns the context identified by the specified context path.
 

Methods in org.jboss.modcluster.container that return types with arguments of type Context
 Iterable<Context> Host.getContexts()
          Returns the contexts associated with this host.
 

Methods in org.jboss.modcluster.container with parameters of type Context
 void ContainerEventHandler.add(Context context)
          Indicates the deployment of a new web application.
 void ContainerEventHandler.remove(Context context)
          Indicates the undeployment of the specified context.
 void ContainerEventHandler.start(Context context)
          Indicates the specified web application context was started.
 void ContainerEventHandler.stop(Context context)
          Indicates the specified web application context was stopped.
 


mod_cluster-container-spi 1.2.6.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.