Uses of Interface
org.jboss.modcluster.container.Context
Packages that use Context
Package
Description
-
Uses of Context in org.jboss.modcluster
Methods in org.jboss.modcluster with parameters of type ContextModifier and TypeMethodDescriptionvoidfinal voidModClusterLogger_$logger.addContext(Host host, Context context) voidModClusterLogger.addContext(Host host, Context context) final voidModClusterLogger_$logger.drainRequests(int requests, Host host, Context context) voidModClusterLogger.drainRequests(int requests, Host host, Context context) final voidModClusterLogger_$logger.drainSessions(int sessions, Host host, Context context) voidModClusterLogger.drainSessions(int sessions, Host host, Context context) voidfinal voidModClusterLogger_$logger.removeContext(Host host, Context context) voidModClusterLogger.removeContext(Host host, Context context) final voidModClusterLogger_$logger.requestDrainTimeout(int requests, Host host, Context context, float seconds) voidModClusterLogger.requestDrainTimeout(int requests, Host host, Context context, float seconds) final voidModClusterLogger_$logger.requestsDrained(Host host, Context context, float seconds) voidModClusterLogger.requestsDrained(Host host, Context context, float seconds) final voidModClusterLogger_$logger.sendContextCommand(MCMPRequestType command, Host host, Context context) voidModClusterLogger.sendContextCommand(MCMPRequestType command, Host host, Context context) final voidModClusterLogger_$logger.sessionDrainTimeout(int sessions, Host host, Context context, float seconds) voidModClusterLogger.sessionDrainTimeout(int sessions, Host host, Context context, float seconds) final voidModClusterLogger_$logger.sessionsDrained(Host host, Context context, float seconds) voidModClusterLogger.sessionsDrained(Host host, Context context, float seconds) voidfinal voidModClusterLogger_$logger.startContext(Host host, Context context) voidModClusterLogger.startContext(Host host, Context context) final voidModClusterLogger_$logger.startSessionDraining(int sessions, Host host, Context context, long timeout) voidModClusterLogger.startSessionDraining(int sessions, Host host, Context context, long timeout) final voidModClusterLogger_$logger.startSessionDrainingIndefinitely(int sessions, Host host, Context context) voidModClusterLogger.startSessionDrainingIndefinitely(int sessions, Host host, Context context) voidfinal 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 -
Uses of Context in org.jboss.modcluster.config.impl
Methods in org.jboss.modcluster.config.impl with parameters of type Context -
Uses of Context in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return ContextModifier and TypeMethodDescriptionHost.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 ContextModifier and TypeMethodDescriptionHost.getContexts()Returns all contexts associated with this host.Methods in org.jboss.modcluster.container with parameters of type ContextModifier and TypeMethodDescriptionvoidIndicates the deployment of a new web application which is not intending to start immediately.voidIndicates the undeployment of the specified context.voidIndicates the specified web application context was started.voidIndicates 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 ContextMethods in org.jboss.modcluster.container.tomcat that return ContextMethods in org.jboss.modcluster.container.tomcat that return types with arguments of type Context -
Uses of Context in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp with parameters of type ContextModifier and TypeMethodDescriptionMCMPRequestFactory.createDisableRequest(Context context) Creates an DISABLE-APP MCMP request for the specified context.MCMPRequestFactory.createEnableRequest(Context context) Creates an ENABLE-APP MCMP request for the specified context.MCMPRequestFactory.createRemoveRequest(Context context) Creates an REMOVE-APP MCMP request for the specified context.MCMPRequestFactory.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 ContextModifier and TypeMethodDescriptionDefaultMCMPRequestFactory.createDisableRequest(Context context) DefaultMCMPRequestFactory.createEnableRequest(Context context) DefaultMCMPRequestFactory.createRemoveRequest(Context context) DefaultMCMPRequestFactory.createStopRequest(Context context)