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

Method setUseShutdownHook

java/org/apache/catalina/startup/Catalina.java:210–212  ·  view source on GitHub ↗

Set whether to use a shutdown hook. @param useShutdownHook The new use shutdown hook value

(boolean useShutdownHook)

Source from the content-addressed store, hash-verified

208 * @param useShutdownHook The new use shutdown hook value
209 */
210 public void setUseShutdownHook(boolean useShutdownHook) {
211 this.useShutdownHook = useShutdownHook;
212 }
213
214
215 /**

Callers 2

startMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected