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

Method getExecutor

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

Retrieves executor by name, null if not found @param name String @return Executor

(String name)

Source from the content-addressed store, hash-verified

138 * @return Executor
139 */
140 Executor getExecutor(String name);
141
142 /**
143 * Removes an executor from the service

Callers 15

beginMethod · 0.95
getExecutorMethod · 0.95
testThreadLocalLeak1Method · 0.65
testThreadLocalLeak2Method · 0.65
testListenerMethod · 0.65
getExecutorMethod · 0.65
bindMethod · 0.65
startInternalMethod · 0.65
startAcceptorThreadMethod · 0.65
resumeMethod · 0.65
stopInternalMethod · 0.65
completedMethod · 0.65

Implementers 1

StandardServicejava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 3

testThreadLocalLeak1Method · 0.52
testThreadLocalLeak2Method · 0.52
testListenerMethod · 0.52