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

Method stop

java/org/apache/catalina/startup/UserConfig.java:396–402  ·  view source on GitHub ↗

Process a "stop" event for this Host.

()

Source from the content-addressed store, hash-verified

394 * Process a "stop" event for this Host.
395 */
396 private void stop() {
397
398 if (host.getLogger().isDebugEnabled()) {
399 host.getLogger().debug(sm.getString("userConfig.stop"));
400 }
401
402 }
403
404 /**
405 * Test allow and deny rules for the provided user.

Callers 1

lifecycleEventMethod · 0.95

Calls 4

isDebugEnabledMethod · 0.65
getLoggerMethod · 0.65
debugMethod · 0.65
getStringMethod · 0.65

Tested by

no test coverage detected