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

Method getManager

java/org/apache/catalina/Context.java:1577–1577  ·  view source on GitHub ↗

Returns the Manager with which this Context is associated. @return the Manager with which this Context is associated. If there is no associated Manager, return null

()

Source from the content-addressed store, hash-verified

1575 * <code>null</code>
1576 */
1577 Manager getManager();
1578
1579
1580 /**

Callers 15

testLastAccessMethod · 0.95
invokeMethod · 0.95
checkUndeployMethod · 0.95
invokeMethod · 0.95
expireMethod · 0.95
doGetSessionMethod · 0.95
postParseRequestMethod · 0.95
listMethod · 0.95

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls