org.javagroups.protocols.ring
Interface RingNode
- All Known Implementing Classes:
- TcpRingNode, UdpRingNode
- public interface RingNode
receiveToken
public java.lang.Object receiveToken(int timeout)
throws TokenLostException
TokenLostException
receiveToken
public java.lang.Object receiveToken()
throws TokenLostException
TokenLostException
passToken
public void passToken(java.lang.Object token)
throws TokenLostException
TokenLostException
getTokenReceiverAddress
public IpAddress getTokenReceiverAddress()
reconfigure
public void reconfigure(java.util.Vector newMembers)
tokenArrived
public void tokenArrived(java.lang.Object token)
Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.