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

Method getLoadOnStartup

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

Returns the load-on-startup order value (negative value means load on first call). @return the load-on-startup order value

()

Source from the content-addressed store, hash-verified

79 * @return the load-on-startup order value
80 */
81 int getLoadOnStartup();
82
83
84 /**

Callers 3

loadOnStartupMethod · 0.95
mergeServletMethod · 0.65
configureContextMethod · 0.65

Implementers 1

StandardWrapperjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected