Uses of Interface
org.objectweb.tribe.common.Address

Packages that use Address
org.objectweb.tribe.channel Tribe channel package.  
org.objectweb.tribe.channel.tcp Tribe TCP channel package.  
org.objectweb.tribe.common Tribe common package.  
org.objectweb.tribe.faultdetection Tribe fault detection package.  
org.objectweb.tribe.gms Tribe GMS package.  
org.objectweb.tribe.gms.discovery Tribe GMS discovery package.  
 

Uses of Address in org.objectweb.tribe.channel
 

Methods in org.objectweb.tribe.channel that return Address
abstract  Address AbstractReliableFifoChannel.getSourceAddress()
          Get the source endpoint of this channel.
abstract  Address AbstractReliableFifoChannel.getDestinationAddress()
          Get the destination endpoint of this channel.
abstract  Address AbstractServerChannel.getBindAddress()
          Get the address on which this channel is bound.
 

Methods in org.objectweb.tribe.channel with parameters of type Address
abstract  void AbstractReliableFifoChannel.connect(Address destination)
          Connects to the given endpoint.
abstract  void AbstractServerChannel.bind(Address source)
          Binds a source address
abstract  AbstractReliableFifoChannel AbstractChannelPool.getChannel(Address destination)
          Get a reliable fifo serverSocket to the given destination.
abstract  AbstractServerChannel AbstractChannelPool.getServerChannel(Address serverAddress)
          Get a server socket on the given address.
 void ReliableGroupChannelWithViews.groupComposition(Group g, Address sender)
           
 

Uses of Address in org.objectweb.tribe.channel.tcp
 

Methods in org.objectweb.tribe.channel.tcp that return Address
 Address TcpChannel.getDestinationAddress()
           
 Address TcpChannel.getSourceAddress()
           
 Address TcpServerChannel.getBindAddress()
           
 

Methods in org.objectweb.tribe.channel.tcp with parameters of type Address
 void TcpChannel.connect(Address destination)
           
 AbstractReliableFifoChannel TcpChannelPool.getChannel(Address destination)
           
 AbstractServerChannel TcpChannelPool.getServerChannel(Address serverAddress)
           
 void TcpServerChannel.bind(Address source)
           
 

Uses of Address in org.objectweb.tribe.common
 

Classes in org.objectweb.tribe.common that implement Address
 class IpAddress
          This class defines an IpAddress
 

Methods in org.objectweb.tribe.common that return Address
 Address Member.getAddress()
          Returns the address value.
 

Methods in org.objectweb.tribe.common with parameters of type Address
 void Member.setAddress(Address address)
          Sets the address value.
 

Constructors in org.objectweb.tribe.common with parameters of type Address
Member(Address address, java.lang.String uid)
          Creates a new Member object
 

Uses of Address in org.objectweb.tribe.faultdetection
 

Methods in org.objectweb.tribe.faultdetection with parameters of type Address
 void PingManagerThread.addPingHook(Address address)
          Tell the thread it shoudl start pinging a new address
 void PingManagerThread.removePingHook(Address address)
          Tell the thread to stop pinging an address
 void FaultDetectionListener.suspect(Address address)
          Notifify that the Address is suspected of failure
 void FaultDetectionListener.noResponse(Address address)
          Notify that the Address did not respond to the last ping
 void FaultDetectionListener.lastPing(Address address)
          Notify that this was the lastPing on the Address
 void FaultDetectionListener.alive(Address address)
          Notify that the given address is alive
 

Uses of Address in org.objectweb.tribe.gms
 

Methods in org.objectweb.tribe.gms with parameters of type Address
 void GroupMembershipListener.groupComposition(Group g, Address sender)
          Callback when a member sends its view of a group composition.
 void GroupMembershipService.discoveryRequest(GroupIdentifier gid, Address sender)
           
 void GroupMembershipService.groupComposition(Group g, Address sender)
           
 

Uses of Address in org.objectweb.tribe.gms.discovery
 

Methods in org.objectweb.tribe.gms.discovery with parameters of type Address
 void DiscoveryListener.discoveryRequest(GroupIdentifier gid, Address sender)
          Callback when a discovery request for the given group is received.
 



Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.