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
- Throws:
TokenLostException
receiveToken
public java.lang.Object receiveToken()
throws TokenLostException
- Throws:
TokenLostException
passToken
public void passToken(java.lang.Object token)
throws TokenLostException
- Throws:
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.