| Package | Description |
|---|---|
| org.apache.catalina | |
| org.apache.catalina.core | |
| org.apache.catalina.startup |
| Modifier and Type | Method and Description |
|---|---|
Server |
Service.getServer()
Return the
Server with which we are associated (if any). |
static Server |
ServerFactory.getServer()
Return the singleton
Server instance for this JVM. |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setServer(Server server)
Set the
Server with which we are associated (if any). |
static void |
ServerFactory.setServer(Server theServer)
Set the singleton
Server instance for this JVM. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardServer
Standard implementation of the Server interface, available for use
(but not required) when deploying and starting Catalina.
|
| Modifier and Type | Method and Description |
|---|---|
Server |
StandardService.getServer()
Return the
Server with which we are associated (if any). |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardService.setServer(Server server)
Set the
Server with which we are associated (if any). |
| Modifier and Type | Field and Description |
|---|---|
protected Server |
Catalina.server
The server component we are starting or stopping
|
| Modifier and Type | Method and Description |
|---|---|
void |
Catalina.setServer(Server server)
Set the server instance we are configuring.
|
Copyright © 2019. All rights reserved.