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

Method send

java/org/apache/catalina/ha/CatalinaCluster.java:38–38  ·  view source on GitHub ↗

Sends a message to all the members in the cluster @param msg ClusterMessage

(ClusterMessage msg)

Source from the content-addressed store, hash-verified

36 * @param msg ClusterMessage
37 */
38 void send(ClusterMessage msg);
39
40 /**
41 * Sends a message to a specific member in the cluster.

Callers 1

expireMethod · 0.95

Implementers 1

SimpleTcpClusterjava/org/apache/catalina/ha/tcp/Simple

Calls

no outgoing calls

Tested by

no test coverage detected