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

Method getInstanceManager

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

Returns the instance manager associated with this context. @return the instance manager associated with this context

()

Source from the content-addressed store, hash-verified

753 * @return the instance manager associated with this context
754 */
755 InstanceManager getInstanceManager();
756
757 /**
758 * Set the instance manager associated with this context.

Callers 15

lifecycleEventMethod · 0.95
testConcurrencyMethod · 0.95
createListenerMethod · 0.95
setEncodersMethod · 0.65
closeMethod · 0.65
getMessageHandlersMethod · 0.65
getInstanceManagerMethod · 0.65
doUpgradeMethod · 0.65
getInstanceManagerMethod · 0.65
createDecoderInstanceMethod · 0.65
onCloseMethod · 0.65
createFilterMethod · 0.65

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

Tested by 1

testConcurrencyMethod · 0.76