Uses of Interface
org.jboss.modcluster.container.Context
-
Packages that use Context Package Description org.jboss.modcluster.container -
-
Uses of Context in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return Context Modifier and Type Method Description ContextHost. 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 Modifier and Type Method Description Iterable<Context>Host. getContexts()Returns all contexts associated with this host.Methods in org.jboss.modcluster.container with parameters of type Context Modifier and Type Method Description voidContainerEventHandler. add(Context context)Indicates the deployment of a new web application.voidContainerEventHandler. remove(Context context)Indicates the undeployment of the specified context.voidContainerEventHandler. start(Context context)Indicates the specified web application context was started.voidContainerEventHandler. stop(Context context)Indicates the specified web application context was stopped.
-