Package | Description |
---|---|
org.jboss.modcluster | |
org.jboss.modcluster.container | |
org.jboss.modcluster.container.catalina | |
org.jboss.modcluster.container.tomcat | |
org.jboss.modcluster.mcmp |
Modifier and Type | Method and Description |
---|---|
Map<Host,Set<String>> |
ModClusterService.getExcludedContexts()
Returns the contexts that will *not* be registered in any proxy.
|
Modifier and Type | Method and Description |
---|---|
void |
ModClusterLogger_$logger.addContext(Host host,
Context context) |
void |
ModClusterLogger.addContext(Host host,
Context context) |
IllegalArgumentException |
ModClusterMessages_$bundle.contextNotFound(String context,
Host host) |
IllegalArgumentException |
ModClusterMessages.contextNotFound(String context,
Host host) |
void |
ModClusterLogger_$logger.drainRequests(int requests,
Host host,
Context context) |
void |
ModClusterLogger.drainRequests(int requests,
Host host,
Context context) |
void |
ModClusterLogger_$logger.drainSessions(int sessions,
Host host,
Context context) |
void |
ModClusterLogger.drainSessions(int sessions,
Host host,
Context context) |
void |
ModClusterLogger_$logger.removeContext(Host host,
Context context) |
void |
ModClusterLogger.removeContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.requestDrainTimeout(int requests,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger.requestDrainTimeout(int requests,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.requestsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger.requestsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.sendContextCommand(MCMPRequestType command,
Host host,
Context context) |
void |
ModClusterLogger.sendContextCommand(MCMPRequestType command,
Host host,
Context context) |
void |
ModClusterLogger_$logger.sessionDrainTimeout(int sessions,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger.sessionDrainTimeout(int sessions,
Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.sessionsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger.sessionsDrained(Host host,
Context context,
float seconds) |
void |
ModClusterLogger_$logger.startContext(Host host,
Context context) |
void |
ModClusterLogger.startContext(Host host,
Context context) |
void |
ModClusterLogger_$logger.startSessionDraining(int sessions,
Host host,
Context context,
long timeout) |
void |
ModClusterLogger.startSessionDraining(int sessions,
Host host,
Context context,
long timeout) |
void |
ModClusterLogger_$logger.stopContext(Host host,
Context context) |
void |
ModClusterLogger.stopContext(Host host,
Context context) |
Modifier and Type | Method and Description |
---|---|
Host |
Engine.findHost(String name)
Returns the host identified by the specified host name.
|
Host |
Context.getHost() |
Modifier and Type | Method and Description |
---|---|
Iterable<Host> |
Engine.getHosts()
The hosts associated with this engine.
|
Modifier and Type | Class and Description |
---|---|
class |
CatalinaHost
Host implementation that wraps a Host . |
Modifier and Type | Field and Description |
---|---|
protected Host |
CatalinaContext.host |
Modifier and Type | Method and Description |
---|---|
Host |
CatalinaHostFactory.createHost(CatalinaFactoryRegistry registry,
org.apache.catalina.Host host,
Engine engine) |
Host |
HostFactory.createHost(CatalinaFactoryRegistry registry,
org.apache.catalina.Host host,
Engine engine) |
Host |
ServiceLoaderCatalinaFactory.createHost(org.apache.catalina.Host host) |
Host |
CatalinaFactory.createHost(org.apache.catalina.Host host) |
Host |
CatalinaEngine.findHost(String name) |
Host |
CatalinaContext.getHost() |
Modifier and Type | Method and Description |
---|---|
Iterable<Host> |
CatalinaEngine.getHosts() |
Modifier and Type | Method and Description |
---|---|
Context |
CatalinaContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Context |
ContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Constructor and Description |
---|
CatalinaContext(org.apache.catalina.Context context,
Host host,
RequestListenerValveFactory valveFactory)
Constructs a new CatalinaContext wrapping the specified context.
|
Modifier and Type | Method and Description |
---|---|
Context |
TomcatContextFactory.createContext(org.apache.catalina.Context context,
Host host) |
Constructor and Description |
---|
TomcatContext(org.apache.catalina.Context context,
Host host) |
Modifier and Type | Method and Description |
---|---|
Map<Host,Set<String>> |
ContextFilter.getExcludedContexts()
Returns the contexts that will *not* be registered in any proxy.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.