org.jgroups.protocols
Class TCPPING
The TCPPING protocol layer retrieves the initial membership (used by the GMS when started
by sending event FIND_INITIAL_MBRS down the stack). We do this by mcasting TCPPING
requests to an IP MCAST address (or, if gossiping is enabled, by contacting the router).
The responses should allow us to determine the coordinator whom we have to contact,
e.g. in case we want to join the group. When we are a server (after having received the
BECOME_SERVER event), we'll respond to TCPPING requests with a TCPPING response.
The
FIND_INITIAL_MBRS event will eventually be answered with a FIND_INITIAL_MBRS_OK event up
the stack.
- Bela Ban
down_handler , down_prot , down_queue , down_thread , down_thread_prio , log , observer , props , stack , up_handler , up_prot , up_queue , up_thread , up_thread_prio |
destroy , down , getDownProtocol , getDownQueue , getName , getProperties , getUpProtocol , getUpQueue , handleSpecialDownEvent , init , passDown , passUp , providedDownServices , providedUpServices , receiveDownEvent , receiveUpEvent , requiredDownServices , requiredUpServices , setDownProtocol , setObserver , setProperties , setPropertiesInternal , setProtocolStack , setUpProtocol , start , startDownHandler , startUpHandler , stop , stopInternal , up |
getName
public String getName()
- getName in interface Protocol
providedUpServices
public Vector providedUpServices()
- providedUpServices in interface Protocol
setProperties
public boolean setProperties(Properties props)
- setProperties in interface Protocol
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.