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 TypeMethodDescriptionvoid
final void
ModClusterLogger_$logger.addContext
(Host host, Context context) void
ModClusterLogger.addContext
(Host host, Context context) final void
ModClusterLogger_$logger.drainRequests
(int requests, Host host, Context context) void
ModClusterLogger.drainRequests
(int requests, Host host, Context context) final void
ModClusterLogger_$logger.drainSessions
(int sessions, Host host, Context context) void
ModClusterLogger.drainSessions
(int sessions, Host host, Context context) void
final void
ModClusterLogger_$logger.removeContext
(Host host, Context context) void
ModClusterLogger.removeContext
(Host host, Context context) final void
ModClusterLogger_$logger.requestDrainTimeout
(int requests, Host host, Context context, float seconds) void
ModClusterLogger.requestDrainTimeout
(int requests, Host host, Context context, float seconds) final void
ModClusterLogger_$logger.requestsDrained
(Host host, Context context, float seconds) void
ModClusterLogger.requestsDrained
(Host host, Context context, float seconds) final void
ModClusterLogger_$logger.sendContextCommand
(MCMPRequestType command, Host host, Context context) void
ModClusterLogger.sendContextCommand
(MCMPRequestType command, Host host, Context context) final void
ModClusterLogger_$logger.sessionDrainTimeout
(int sessions, Host host, Context context, float seconds) void
ModClusterLogger.sessionDrainTimeout
(int sessions, Host host, Context context, float seconds) final void
ModClusterLogger_$logger.sessionsDrained
(Host host, Context context, float seconds) void
ModClusterLogger.sessionsDrained
(Host host, Context context, float seconds) void
final void
ModClusterLogger_$logger.startContext
(Host host, Context context) void
ModClusterLogger.startContext
(Host host, Context context) final void
ModClusterLogger_$logger.startSessionDraining
(int sessions, Host host, Context context, long timeout) void
ModClusterLogger.startSessionDraining
(int sessions, Host host, Context context, long timeout) final void
ModClusterLogger_$logger.startSessionDrainingIndefinitely
(int sessions, Host host, Context context) void
ModClusterLogger.startSessionDrainingIndefinitely
(int sessions, Host host, Context context) void
final void
ModClusterLogger_$logger.stopContext
(Host host, Context context) void
ModClusterLogger.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 TypeMethodDescriptionvoid
Indicates the deployment of a new web application which is not intending to start immediately.void
Indicates the undeployment of the specified context.void
Indicates the specified web application context was started.void
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 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)