Uses of Interface
org.jboss.modcluster.container.Context
Package
Description
-
Uses of Context in org.jboss.modcluster
Modifier 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
-
Uses of Context in org.jboss.modcluster.config.impl
-
Uses of Context in org.jboss.modcluster.container
Modifier and TypeMethodDescriptionHost.findContext
(String path) Returns the context identified by the specified context path.Modifier and TypeMethodDescriptionHost.getContexts()
Returns all contexts associated with this host.Modifier 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
-
Uses of Context in org.jboss.modcluster.mcmp
Modifier 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
Modifier and TypeMethodDescriptionDefaultMCMPRequestFactory.createDisableRequest
(Context context) DefaultMCMPRequestFactory.createEnableRequest
(Context context) DefaultMCMPRequestFactory.createRemoveRequest
(Context context) DefaultMCMPRequestFactory.createStopRequest
(Context context)