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

Method stop

java/org/apache/catalina/tribes/Channel.java:296–296  ·  view source on GitHub ↗

Shuts down the channel. This can be called multiple times for individual services to shut down. The svc parameter can be the logical or value of any constants @param svc one of: DEFAULT - will shut down all services MBR_RX_SEQ - stops t

(int svc)

Source from the content-addressed store, hash-verified

294 * @throws ChannelException if a startup error occurs or the service is already stopped or an error occurs.
295 */
296 void stop(int svc) throws ChannelException;
297
298 /**
299 * Send a message to one or more members in the cluster

Callers 15

stopInternalMethod · 0.65
setConfigurationMethod · 0.65
stopInternalMethod · 0.65
mainMethod · 0.65
stopMethod · 0.65
stopServerMethod · 0.65
stopMethod · 0.65
runMethod · 0.65
setClusterMethod · 0.65
setRealmMethod · 0.65
removeChildMethod · 0.65
stopInternalMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected