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

Method findServices

java/org/apache/catalina/Server.java:253–253  ·  view source on GitHub ↗

Returns the array of all Services defined within this Server. @return the array of Services, or an empty array if none are defined

()

Source from the content-addressed store, hash-verified

251 * @return the array of Services, or an empty array if none are defined
252 */
253 Service[] findServices();
254
255
256 /**

Callers 10

startMethod · 0.95
testStandaloneMethod · 0.65
getServiceMethod · 0.65
getEngineMethod · 0.65
buildInjectionMapMethod · 0.65
createNamingContextMethod · 0.65
storeChildrenMethod · 0.65
getServiceMethod · 0.65

Implementers 1

StandardServerjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 2

startMethod · 0.76
testStandaloneMethod · 0.52