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

Method setLoadOnStartup

java/org/apache/catalina/Wrapper.java:89–89  ·  view source on GitHub ↗

Set the load-on-startup order value (negative value means load on first call). @param value New load-on-startup value

(int value)

Source from the content-addressed store, hash-verified

87 * @param value New load-on-startup value
88 */
89 void setLoadOnStartup(int value);
90
91
92 /**

Callers 7

initWebappDefaultsMethod · 0.95
configureContextMethod · 0.95
onStartupMethod · 0.65
mergeServletMethod · 0.65
setLoadOnStartupMethod · 0.65

Implementers 1

StandardWrapperjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 3

onStartupMethod · 0.52