Uses of Interface
org.apache.catalina.Engine
-
Packages that use Engine Package Description com.sun.enterprise.web com.sun.enterprise.web.pwc org.apache.catalina.core org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext.org.apache.catalina.startup -
-
Uses of Engine in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return Engine Modifier and Type Method Description EngineEmbeddedWebContainer. 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.EngineWebContainer. getEngine()Return the parent/top-level container in _embedded for virtual servers.Engine[]EmbeddedWebContainer. getEngines()Return the list of engines created (from Embedded API) -
Uses of Engine in com.sun.enterprise.web.pwc
Methods in com.sun.enterprise.web.pwc that return Engine Modifier and Type Method Description EnginePwcWebContainer. getEngine() -
Uses of Engine in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Engine Modifier and Type Class Description classStandardEngineStandard implementation of the Engine interface. -
Uses of Engine in org.apache.catalina.session
Methods in org.apache.catalina.session that return Engine Modifier and Type Method Description EngineManagerBase. getEngine()Retrieve the enclosing Engine for this Manager. -
Uses of Engine in org.apache.catalina.startup
Fields in org.apache.catalina.startup declared as Engine Modifier and Type Field Description protected Engine[]Embedded. enginesThe set of Engines that have been deployed in this server.Methods in org.apache.catalina.startup that return Engine Modifier and Type Method Description EngineEmbedded. 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()Methods in org.apache.catalina.startup with parameters of type Engine Modifier and Type Method Description voidEmbedded. addEngine(Engine engine)Add a new Engine to the set of defined Engines.voidEmbedded. removeEngine(Engine engine)Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
-