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

Method getStartStopExecutor

java/org/apache/catalina/Host.java:220–220  ·  view source on GitHub ↗

Get the executor that is used for starting and stopping contexts. This is primarily for use by components deploying contexts that want to do this in a multithreaded manner. @return the start/stop executor

()

Source from the content-addressed store, hash-verified

218 * @return the start/stop executor
219 */
220 ExecutorService getStartStopExecutor();
221
222
223 /**

Callers 5

deployMethod · 0.65
deployDescriptorsMethod · 0.65
deployWARsMethod · 0.65
deployDirectoriesMethod · 0.65
migrateLegacyAppsMethod · 0.65

Implementers 2

TesterHosttest/org/apache/tomcat/unittest/Tester
StandardHostjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected