org.jgroups.protocols
public class TCPPING extends Discovery
The FIND_INITIAL_MBRS event will eventually be answered with a FIND_INITIAL_MBRS_OK event up the stack.
The TCPPING protocol requires a static conifiguration, which assumes that you to know in advance where to find other members of your group. For dynamic discovery, use the PING protocol, which uses multicast discovery, or the TCPGOSSIP protocol, which contacts a Gossip Router to acquire the initial membership.
Method Summary | |
---|---|
String | getName() |
void | localAddressSet(Address addr) |
void | sendGetMembersRequest() |
boolean | setProperties(Properties props) |