MCPcopy Index your code
hub / github.com/apache/tomcat / setContainer

Method setContainer

java/org/apache/catalina/Service.java:46–46  ·  view source on GitHub ↗

Set the Engine that handles requests for all Connectors associated with this Service. @param engine The new Engine

(Engine engine)

Source from the content-addressed store, hash-verified

44 * @param engine The new Engine
45 */
46 void setContainer(Engine engine);
47
48 /**
49 * Returns the name of this Service.

Callers 15

getEngineMethod · 0.95
initMethod · 0.65
testErrorRealmMethod · 0.65
buildRealmMethod · 0.65
runValveMethod · 0.65
setUpMethod · 0.65
bug54521Method · 0.65
setContainerMethod · 0.65
setContainerMethod · 0.65
setContainerMethod · 0.65

Implementers 1

StandardServicejava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 8

initMethod · 0.52
testErrorRealmMethod · 0.52
buildRealmMethod · 0.52
runValveMethod · 0.52
setUpMethod · 0.52
bug54521Method · 0.52