MCPcopy Create free account
hub / github.com/apache/tomcat / getContainer

Method getContainer

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

Returns the Engine that handles requests for all Connectors associated with this Service. @return the Engine

()

Source from the content-addressed store, hash-verified

37 * @return the Engine
38 */
39 Engine getContainer();
40
41 /**
42 * Set the <code>Engine</code> that handles requests for all <code>Connectors</code> associated with this Service.

Callers 15

getEngineMethod · 0.95
createStandardContextMethod · 0.95
createStandardHostMethod · 0.95
removeHostMethod · 0.95
handleMethod · 0.65
initInternalMethod · 0.65
startInternalMethod · 0.65
setUrlPatternLimitsMethod · 0.65
startInternalMethod · 0.65
invokeMethod · 0.65

Implementers 1

StandardServicejava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected