MCPcopy Index your code
hub / github.com/apache/tomcat / start

Method start

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

Starts up the channel. This can be called multiple times for individual services to start The svc parameter can be the logical or value of any constants. @param svc one of: DEFAULT - will start all services MBR_RX_SEQ - starts the membe

(int svc)

Source from the content-addressed store, hash-verified

277 * @throws ChannelException if a startup error occurs or the service is already started or an error occurs.
278 */
279 void start(int svc) throws ChannelException;
280
281 /**
282 * Shuts down the channel. This can be called multiple times for individual services to shut down. The svc parameter

Callers 15

startInternalMethod · 0.65
parseMethod · 0.65
mainMethod · 0.65
getPathsMethod · 0.65
startMethod · 0.65
startMethod · 0.65
reloadMethod · 0.65
setClusterMethod · 0.65
setRealmMethod · 0.65
addChildMethod · 0.65
startInternalMethod · 0.65
callMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected