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

Method getService

java/org/apache/catalina/Engine.java:75–75  ·  view source on GitHub ↗

Returns the Service with which we are associated (if any). @return the associated Service, or null if none

()

Source from the content-addressed store, hash-verified

73 * @return the associated Service, or {@code null} if none
74 */
75 Service getService();
76
77
78 /**

Callers 10

getConnectorsMethod · 0.95
startMethod · 0.65
setUpMethod · 0.65
getServerMethod · 0.65
getServerMethod · 0.65
startInternalMethod · 0.65
asyncDispatchMethod · 0.65
serviceMethod · 0.65
logMethod · 0.65
postParseRequestMethod · 0.65

Implementers 1

StandardEnginejava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 2

startMethod · 0.52
setUpMethod · 0.52