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

Method send

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

Send a message to one or more members in the cluster @param destination Member[] - the destinations, cannot be null or zero length, the reason for that is that a membership change can occur and at that time the application is uncertain what group the me

(Member[] destination, Serializable msg, int options)

Source from the content-addressed store, hash-verified

316 * @see #SEND_OPTIONS_SYNCHRONIZED_ACK
317 */
318 UniqueId send(Member[] destination, Serializable msg, int options) throws ChannelException;
319
320 /**
321 * Send a message to one or more members in the cluster

Callers 15

runMethod · 0.65
runMethod · 0.65
testDataSendASYNCMethod · 0.65
testDataSendACKMethod · 0.65
testDataSendSYNCACKMethod · 0.65
runMethod · 0.65
testDataSendASYNCMethod · 0.65
testDataSendACKMethod · 0.65
testDataSendSYNCACKMethod · 0.65
testDataSendSYNCACKMethod · 0.65

Calls

no outgoing calls

Tested by 15

runMethod · 0.52
runMethod · 0.52
testDataSendASYNCMethod · 0.52
testDataSendACKMethod · 0.52
testDataSendSYNCACKMethod · 0.52
runMethod · 0.52
testDataSendASYNCMethod · 0.52
testDataSendACKMethod · 0.52
testDataSendSYNCACKMethod · 0.52
testDataSendSYNCACKMethod · 0.52