Uses of Interface
org.jboss.modcluster.container.Context
-
-
Uses of Context in org.jboss.modcluster
Methods in org.jboss.modcluster with parameters of type Context Modifier and Type Method Description voidModClusterService. add(Context context)voidModClusterLogger_$logger. addContext(Host host, Context context)voidModClusterLogger. addContext(Host host, Context context)voidModClusterLogger_$logger. drainRequests(int requests, Host host, Context context)voidModClusterLogger. drainRequests(int requests, Host host, Context context)voidModClusterLogger_$logger. drainSessions(int sessions, Host host, Context context)voidModClusterLogger. drainSessions(int sessions, Host host, Context context)voidModClusterService. remove(Context context)voidModClusterLogger_$logger. removeContext(Host host, Context context)voidModClusterLogger. removeContext(Host host, Context context)voidModClusterLogger_$logger. requestDrainTimeout(int requests, Host host, Context context, float seconds)voidModClusterLogger. requestDrainTimeout(int requests, Host host, Context context, float seconds)voidModClusterLogger_$logger. requestsDrained(Host host, Context context, float seconds)voidModClusterLogger. requestsDrained(Host host, Context context, float seconds)voidModClusterLogger_$logger. sendContextCommand(MCMPRequestType command, Host host, Context context)voidModClusterLogger. sendContextCommand(MCMPRequestType command, Host host, Context context)voidModClusterLogger_$logger. sessionDrainTimeout(int sessions, Host host, Context context, float seconds)voidModClusterLogger. sessionDrainTimeout(int sessions, Host host, Context context, float seconds)voidModClusterLogger_$logger. sessionsDrained(Host host, Context context, float seconds)voidModClusterLogger. sessionsDrained(Host host, Context context, float seconds)voidModClusterService. start(Context context)voidModClusterLogger_$logger. startContext(Host host, Context context)voidModClusterLogger. startContext(Host host, Context context)voidModClusterLogger_$logger. startSessionDraining(int sessions, Host host, Context context, long timeout)voidModClusterLogger. startSessionDraining(int sessions, Host host, Context context, long timeout)voidModClusterLogger_$logger. startSessionDrainingIndefinitely(int sessions, Host host, Context context)voidModClusterLogger. startSessionDrainingIndefinitely(int sessions, Host host, Context context)voidModClusterService. stop(Context context)voidModClusterLogger_$logger. stopContext(Host host, Context context)voidModClusterLogger. stopContext(Host host, Context context) -
Uses of Context in org.jboss.modcluster.config
Methods in org.jboss.modcluster.config with parameters of type Context Modifier and Type Method Description booleanSessionDrainingStrategy. isEnabled(Context context)Indicates whether or not to drain sessions prior to stopping the specified context. -
Uses of Context in org.jboss.modcluster.config.impl
Methods in org.jboss.modcluster.config.impl with parameters of type Context Modifier and Type Method Description booleanSessionDrainingStrategyEnum. isEnabled(Context context) -
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. -
Uses of Context in org.jboss.modcluster.container.tomcat
Classes in org.jboss.modcluster.container.tomcat that implement Context Modifier and Type Class Description classTomcatContextContextimplementation that wraps aContext.Methods in org.jboss.modcluster.container.tomcat that return Context Modifier and Type Method Description ContextTomcatHost. findContext(String path)Methods in org.jboss.modcluster.container.tomcat that return types with arguments of type Context Modifier and Type Method Description Iterable<Context>TomcatHost. getContexts() -
Uses of Context in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp with parameters of type Context Modifier and Type Method Description MCMPRequestMCMPRequestFactory. createDisableRequest(Context context)Creates an DISABLE-APP MCMP request for the specified context.MCMPRequestMCMPRequestFactory. createEnableRequest(Context context)Creates an ENABLE-APP MCMP request for the specified context.MCMPRequestMCMPRequestFactory. createRemoveRequest(Context context)Creates an REMOVE-APP MCMP request for the specified context.MCMPRequestMCMPRequestFactory. createStopRequest(Context context)Creates an STOP-APP MCMP request for the specified context. -
Uses of Context in org.jboss.modcluster.mcmp.impl
Methods in org.jboss.modcluster.mcmp.impl with parameters of type Context Modifier and Type Method Description MCMPRequestDefaultMCMPRequestFactory. createDisableRequest(Context context)MCMPRequestDefaultMCMPRequestFactory. createEnableRequest(Context context)MCMPRequestDefaultMCMPRequestFactory. createRemoveRequest(Context context)MCMPRequestDefaultMCMPRequestFactory. createStopRequest(Context context)
-