Package | Description |
---|---|
com.sun.enterprise.web | |
org.apache.catalina | |
org.apache.catalina.connector | |
org.apache.catalina.core | |
org.apache.catalina.startup |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedWebContainer
Represents an embedded Catalina web container within the Application Server.
|
Modifier and Type | Method and Description |
---|---|
Service |
Server.findService(String name)
Return the specified Service (if it exists); otherwise return
null . |
Service[] |
Server.findServices()
Return the set of Services defined within this Server.
|
Service |
Connector.getService()
Return the
Service with which we are associated (if any). |
Service |
Engine.getService()
Return the
Service with which we are associated (if any). |
Modifier and Type | Method and Description |
---|---|
void |
Server.addService(Service service)
Add a new Service to the set of defined Services.
|
void |
Server.removeService(Service service)
Remove the specified Service from the set associated from this
Server.
|
void |
Connector.setService(Service service)
Set the
Service with which we are associated (if any). |
void |
Engine.setService(Service service)
Set the
Service with which we are associated (if any). |
Modifier and Type | Method and Description |
---|---|
Service |
Connector.getService()
Return the
Service with which we are associated (if any). |
Modifier and Type | Method and Description |
---|---|
void |
Connector.setService(Service service)
Set the
Service with which we are associated (if any). |
Modifier and Type | Class and Description |
---|---|
class |
StandardService
Standard implementation of the
Service interface. |
Modifier and Type | Method and Description |
---|---|
Service |
StandardServer.findService(String name)
Return the specified Service (if it exists); otherwise return
null . |
Service[] |
StandardServer.findServices()
Return the set of Services defined within this Server.
|
Service |
StandardEngine.getService()
Return the
Service with which we are associated (if any). |
Modifier and Type | Method and Description |
---|---|
void |
StandardServer.addService(Service service)
Add a new Service to the set of defined Services.
|
void |
StandardServer.removeService(Service service)
Remove the specified Service from the set associated from this
Server.
|
void |
StandardEngine.setService(Service service)
Set the
Service with which we are associated (if any). |
Modifier and Type | Class and Description |
---|---|
class |
Catalina
Startup/Shutdown shell program for Catalina.
|
class |
Embedded
Convenience class to embed a Catalina servlet container environment
inside another application.
|
Copyright © 2019. All rights reserved.