| Frames | No Frames | |
Methods with parameter type org.jgroups.Message | |
| void | |
Methods with parameter type org.jgroups.Message | |
| void | |
| void | |
Methods with parameter type org.jgroups.Message | |
| void | |
| void | Adds a new message to the retransmission table. |
| void | Adds a message according to its sequence number (ordered). |
| void | Adds a new message to the hash table. |
| RspList | Cast a message to all members, and wait for mode responses. |
| Object | Processes a request destined for this layer. |
| Object | Message contains MethodCall. |
| void | |
| void | Retranmit the given msg
|
| void | |
| boolean | Sends a message to the router. |
| Object | Sends a message to a single member (destination = msg.dest) and returns the response. |
Methods with return type org.jgroups.Message | |
| Message | Receives a message from the router (blocking mode). |
| Message | Removes a message whose seqno is equal to next_to_remove, increments the latter. |
| Message | Returns the first entry (with the lowest seqno) from the received_msgs map if its associated message is not
null, otherwise returns null. |
Methods with parameter type org.jgroups.Message | |
| Object | Called when a request for this protocol layer is received. |
| Object | Callback. |
| Object | |
| void | |
| void | ConnectionTable.Receiver interface |
| void | Called by AckSenderWindow to resend messages for which no ACK has been received yet |
| void | Retranmit the given msg
|
| void | Publish message in the JMS topic. |
Methods with parameter type org.jgroups.Message | |
| void | |
| void | Sends a message to a (unicast) destination. |
| void | |
| void | implementation of the Transport interface. Sends a message through the protocol stack |
| void | |
Methods with return type org.jgroups.Message | |
| Message | |
| Message | Create a copy of the message. |
| Message | |
Constructors with parameter type org.jgroups.Message | |
GroupRequest.GroupRequest(Message m, Transport transport, Vector members, int rsp_mode, long timeout, int expected_mbrs) | |
GroupRequest.GroupRequest(Message m, RequestCorrelator corr, Vector members, int rsp_mode, long timeout, int expected_mbrs) | |
Fields of type org.jgroups.Message | |
| Message | |
Methods with parameter type org.jgroups.Message | |
| void | Multicast a message request to all members in dests and receive responses via the RspCollector
interface. |
| RspList | Cast a message to all members, and wait for mode responses. |
| RspList | |
| Object | |
| Object | |
| Object | |
| Object | Message contains MethodCall. |
| void | Check whether the message has an identifier. |
| void | Calls the receiver callback. |
| void | |
| void | |
| void | |
| void | |
| void | Receive message from group. |
| void | |
| void | |
| void | Callback. |
| void | |
| void | Receive the message. |
| boolean | Handles a message coming from a layer below
|
| void | Callback (called by RequestCorrelator or Transport). |
| void | |
| void | |
| void | Resets the group request, so it can be reused for another execution. |
| void | Sends a message to the group - listeners to this identifier will receive the messages
|
| void | Sends a message to a unicast destination. |
| void | |
| void | sends a message with no identifier , listener member will get this message on the other group members
|
| Object | Sends a message to a single member (destination = msg.dest) and returns the response. |
| Object | |
| void | Send a request to a group. |
| void | Helper method for sendRequest(long,List,Message,RspCollector). |
Methods with parameter type org.jgroups.Message | |
| String | Tries to read an object from the message's buffer and prints it |
| String | Tries to read a MethodCall object from the message's buffer and prints it. |