Modifier and Type | Method and Description |
---|---|
void |
ModClusterService.init(Server server) |
void |
ModClusterService.start(Server server) |
void |
ModClusterService.stop(Server server) |
Modifier and Type | Method and Description |
---|---|
Server |
Engine.getServer()
The server to which this engine is associated.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerEventHandler.init(Server server)
Triggers the initialization of mod_cluster.
|
void |
ContainerEventHandler.start(Server server)
Indicates the servlet container has been started.
|
void |
ContainerEventHandler.stop(Server server)
Indicates the servlet container has been stopped.
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatServer
Server implementation that wraps a Server . |
Modifier and Type | Field and Description |
---|---|
protected Server |
TomcatEngine.server |
Modifier and Type | Method and Description |
---|---|
Server |
ServiceLoaderTomcatFactory.createServer(org.apache.catalina.Server server) |
Server |
TomcatFactory.createServer(org.apache.catalina.Server server) |
Server |
TomcatServerFactory.createServer(TomcatFactoryRegistry registry,
org.apache.catalina.Server server) |
Server |
ServerFactory.createServer(TomcatFactoryRegistry registry,
org.apache.catalina.Server server) |
Server |
TomcatEngine.getServer() |
Modifier and Type | Method and Description |
---|---|
Engine |
TomcatEngineFactory.createEngine(TomcatFactoryRegistry registry,
org.apache.catalina.Engine engine,
Server server) |
Engine |
EngineFactory.createEngine(TomcatFactoryRegistry registry,
org.apache.catalina.Engine engine,
Server server) |
Constructor and Description |
---|
TomcatEngine(TomcatFactoryRegistry registry,
org.apache.catalina.Engine engine,
Server server)
Constructs a new CatalinaEngine that wraps the specified catalina engine
|
Modifier and Type | Method and Description |
---|---|
Engine |
TomcatEngineFactory.createEngine(TomcatFactoryRegistry registry,
org.apache.catalina.Engine engine,
Server server) |
Constructor and Description |
---|
TomcatEngine(TomcatFactoryRegistry registry,
org.apache.catalina.Engine engine,
Server server) |
Modifier and Type | Method and Description |
---|---|
Server |
TomcatServerFactory.createServer(TomcatFactoryRegistry registry,
org.apache.catalina.Server server) |
Modifier and Type | Method and Description |
---|---|
void |
ResetRequestSource.init(Server server,
ContextFilter contextFilter) |
Modifier and Type | Method and Description |
---|---|
void |
ResetRequestSourceImpl.init(Server server,
ContextFilter contextFilter) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.