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

Method removeService

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

Remove the specified Service from the set associated from this Server. @param service The Service to be removed

(Service service)

Source from the content-addressed store, hash-verified

259 * @param service The Service to be removed
260 */
261 void removeService(Service service);
262
263
264 /**

Callers 1

removeServiceMethod · 0.65

Implementers 1

StandardServerjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected