Uses of Class
org.jgroups.stack.IpAddress

Packages that use IpAddress
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.ring Supports protocols in ring networks. 
org.jgroups.stack Support for managing protocol stacks. 
 

Uses of IpAddress in org.jgroups.protocols
 

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

Uses of IpAddress in org.jgroups.protocols.ring
 

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

Uses of IpAddress in org.jgroups.stack
 

Methods in org.jgroups.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.jgroups.stack with parameters of type IpAddress
GossipClient(IpAddress gossip_host, long expiry)
          Creates the GossipClient
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.