Uses of Class
org.javagroups.stack.IpAddress

Packages that use IpAddress
org.javagroups.protocols   
org.javagroups.protocols.ring   
org.javagroups.stack   
 

Uses of IpAddress in org.javagroups.protocols
 

Methods in org.javagroups.protocols that return IpAddress
 IpAddress TOTAL_TOKEN.getTokenReceiverAddress()
           
 

Uses of IpAddress in org.javagroups.protocols.ring
 

Methods in org.javagroups.protocols.ring that return IpAddress
 IpAddress TcpRingNode.getTokenReceiverAddress()
           
 IpAddress RingNode.getTokenReceiverAddress()
           
 IpAddress UdpRingNode.getTokenReceiverAddress()
           
 

Uses of IpAddress in org.javagroups.stack
 

Methods in org.javagroups.stack with parameters of type IpAddress
 void GossipClient.addGossipServer(IpAddress gossip_host)
          Adds a GossipServer to be accessed.
 int IpAddress.compare(IpAddress other)
          Establishes an order between 2 addresses.
 

Constructors in org.javagroups.stack with parameters of type IpAddress
GossipClient(IpAddress gossip_host, long expiry)
          Creates the GossipClient
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.