| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| com.sun.enterprise.web.pwc | |
| org.apache.catalina.core | |
| org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context. |
| org.apache.catalina.startup |
| Modifier and Type | Method and Description |
|---|---|
Engine |
EmbeddedWebContainer.createEngine()
Create, configure, and return an Engine that will process all
HTTP requests received from one of the associated Connectors,
based on the specified properties.
|
Engine |
WebContainer.getEngine()
Return the parent/top-level container in _embedded for virtual
servers.
|
Engine[] |
EmbeddedWebContainer.getEngines()
Return the list of engines created (from Embedded API)
|
| Modifier and Type | Method and Description |
|---|---|
Engine |
PwcWebContainer.getEngine() |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardEngine
Standard implementation of the Engine interface.
|
| Modifier and Type | Method and Description |
|---|---|
Engine |
ManagerBase.getEngine()
Retrieve the enclosing Engine for this Manager.
|
| Modifier and Type | Field and Description |
|---|---|
protected Engine[] |
Embedded.engines
The set of Engines that have been deployed in this server.
|
| Modifier and Type | Method and Description |
|---|---|
Engine |
Embedded.createEngine()
Create, configure, and return an Engine that will process all
HTTP requests received from one of the associated Connectors,
based on the specified properties.
|
Engine[] |
Embedded.getEngines() |
| Modifier and Type | Method and Description |
|---|---|
void |
Embedded.addEngine(Engine engine)
Add a new Engine to the set of defined Engines.
|
void |
Embedded.removeEngine(Engine engine)
Remove the specified Engine from the set of defined Engines, along with
all of its related Hosts and Contexts.
|
Copyright © 2017. All rights reserved.