|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AbstractServerChannel.getBindAddress()
Get the address on which this channel is bound. |
abstract Address |
AbstractReliableFifoChannel.getSourceAddress()
Get the source endpoint of this channel. |
abstract Address |
AbstractReliableFifoChannel.getDestinationAddress()
Get the destination endpoint of this channel. |
Methods in org.objectweb.tribe.channel with parameters of type Address | |
void |
ReliableGroupChannelWithViews.groupComposition(Group g,
Address sender)
|
abstract void |
AbstractServerChannel.bind(Address source)
Binds a source address |
abstract void |
AbstractReliableFifoChannel.connect(Address destination)
Connects to the given endpoint. |
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. |
Uses of Address in org.objectweb.tribe.channel.tcp |
Methods in org.objectweb.tribe.channel.tcp that return Address | |
Address |
TcpServerChannel.getBindAddress()
|
Address |
TcpChannel.getDestinationAddress()
|
Address |
TcpChannel.getSourceAddress()
|
Methods in org.objectweb.tribe.channel.tcp with parameters of type Address | |
void |
TcpServerChannel.bind(Address source)
|
AbstractReliableFifoChannel |
TcpChannelPool.getChannel(Address destination)
|
AbstractServerChannel |
TcpChannelPool.getServerChannel(Address serverAddress)
|
void |
TcpChannel.connect(Address destination)
|
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 |
GroupMembershipService.discoveryRequest(GroupIdentifier gid,
Address sender)
|
void |
GroupMembershipService.groupComposition(Group g,
Address sender)
|
void |
GroupMembershipListener.groupComposition(Group g,
Address sender)
Callback when a member sends its view of a group composition. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |