Modifier and Type | Method and Description |
---|---|
void |
ModClusterService.add(Context context) |
void |
ModClusterLogger.addContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.addContext(Host host,
Context context) |
void |
ModClusterLogger.drainRequests(int requests,
Host host,
Context context) |
void |
ModClusterLogger_$logger.drainRequests(int requests,
Host host,
Context context) |
void |
ModClusterLogger.drainSessions(int sessions,
Host host,
Context context) |
void |
ModClusterLogger_$logger.drainSessions(int sessions,
Host host,
Context context) |
void |
ModClusterService.remove(Context context) |
void |
ModClusterLogger.removeContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.removeContext(Host host,
Context context) |
void |
ModClusterLogger.requestDrainTimeout(int requests,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.requestDrainTimeout(int requests,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger.requestsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.requestsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger.sendContextCommand(MCMPRequestType command,
Host host,
Context context) |
void |
ModClusterLogger_$logger.sendContextCommand(MCMPRequestType command,
Host host,
Context context) |
void |
ModClusterLogger.sessionDrainTimeout(int sessions,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.sessionDrainTimeout(int sessions,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger.sessionsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.sessionsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterService.start(Context context) |
void |
ModClusterLogger.startContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.startContext(Host host,
Context context) |
void |
ModClusterLogger.startSessionDraining(int sessions,
Host host,
Context context,
long timeout) |
void |
ModClusterLogger_$logger.startSessionDraining(int sessions,
Host host,
Context context,
long timeout) |
void |
ModClusterLogger.startSessionDrainingIndefinitely(int sessions,
Host host,
Context context) |
void |
ModClusterLogger_$logger.startSessionDrainingIndefinitely(int sessions,
Host host,
Context context) |
void |
ModClusterService.stop(Context context) |
void |
ModClusterLogger.stopContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.stopContext(Host host,
Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
SessionDrainingStrategy.isEnabled(Context context)
Indicates whether or not to drain sessions prior to stopping the specified context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SessionDrainingStrategyEnum.isEnabled(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
Host.findContext(String path)
Returns the context identified by the specified context path.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Context> |
Host.getContexts()
Returns the contexts associated with this host.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerEventHandler.add(Context context)
Indicates the deployment of a new web application.
|
void |
ContainerEventHandler.remove(Context context)
Indicates the undeployment of the specified context.
|
void |
ContainerEventHandler.start(Context context)
Indicates the specified web application context was started.
|
void |
ContainerEventHandler.stop(Context context)
Indicates the specified web application context was stopped.
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatContext
Context implementation that wraps a Context . |
Modifier and Type | Method and Description |
---|---|
Context |
ServiceLoaderTomcatFactory.createContext(org.apache.catalina.Context context) |
Context |
TomcatFactory.createContext(org.apache.catalina.Context context) |
Context |
ContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Context |
TomcatContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Context |
TomcatHost.findContext(String path) |
Modifier and Type | Method and Description |
---|---|
Iterable<Context> |
TomcatHost.getContexts() |
Modifier and Type | Method and Description |
---|---|
Context |
TomcatContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Modifier and Type | Method and Description |
---|---|
Context |
TomcatContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Modifier and Type | Method and Description |
---|---|
MCMPRequest |
MCMPRequestFactory.createDisableRequest(Context context)
Creates an DISABLE-APP MCMP request for the specified context.
|
MCMPRequest |
MCMPRequestFactory.createEnableRequest(Context context)
Creates an ENABLE-APP MCMP request for the specified context.
|
MCMPRequest |
MCMPRequestFactory.createRemoveRequest(Context context)
Creates an REMOVE-APP MCMP request for the specified context.
|
MCMPRequest |
MCMPRequestFactory.createStopRequest(Context context)
Creates an STOP-APP MCMP request for the specified context.
|
Modifier and Type | Method and Description |
---|---|
MCMPRequest |
DefaultMCMPRequestFactory.createDisableRequest(Context context) |
MCMPRequest |
DefaultMCMPRequestFactory.createEnableRequest(Context context) |
MCMPRequest |
DefaultMCMPRequestFactory.createRemoveRequest(Context context) |
MCMPRequest |
DefaultMCMPRequestFactory.createStopRequest(Context context) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.