|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpAddress | |
org.objectweb.tribe.channel.tcp | Tribe TCP channel 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. |
org.objectweb.tribe.gms.protocol | Tribe GMS protocol package. |
org.objectweb.tribe.messages | Tribe messages package. |
Uses of IpAddress in org.objectweb.tribe.channel.tcp |
Constructors in org.objectweb.tribe.channel.tcp with parameters of type IpAddress | |
TcpChannel(IpAddress sourceAddress)
Creates a new TcpChannel binding the source endpoint to the
given address. |
Uses of IpAddress in org.objectweb.tribe.faultdetection |
Methods in org.objectweb.tribe.faultdetection with parameters of type IpAddress | |
void |
PingManagerThread.getResult(IpAddress address)
Get the result and call back events on listeners |
void |
PingManagerThread.notifyListenerOfEvent(int event,
IpAddress address)
Notify listeners of an event on the specified address |
Constructors in org.objectweb.tribe.faultdetection with parameters of type IpAddress | |
UDPPongThread(IpAddress src,
IpAddress target)
Creates a new UDPPongThread object |
|
UDPPingThread(IpAddress target,
IpAddress src,
int timeout)
Creates a new UDPPingThread object |
|
PingManagerThread(IpAddress localAddress,
long waitInterval)
Creates a new PingManagerThread object |
Uses of IpAddress in org.objectweb.tribe.gms |
Constructors in org.objectweb.tribe.gms with parameters of type IpAddress | |
GroupMembershipService(IpAddress replyAddress,
AbstractChannelPool channelPool,
DiscoveryService discovery)
Creates a new GroupMembershipService object |
Uses of IpAddress in org.objectweb.tribe.gms.discovery |
Methods in org.objectweb.tribe.gms.discovery that return IpAddress | |
IpAddress |
UdpDiscoveryService.getReplyAddress()
Returns the replyAddress value. |
Methods in org.objectweb.tribe.gms.discovery with parameters of type IpAddress | |
void |
UdpDiscoveryService.setReplyAddress(IpAddress replyAddress)
Sets the replyAddress value. |
Constructors in org.objectweb.tribe.gms.discovery with parameters of type IpAddress | |
UdpDiscoveryService(IpAddress multicastAddress,
IpAddress replyAddress)
Creates a new UdpDiscoveryService object |
Uses of IpAddress in org.objectweb.tribe.gms.protocol |
Constructors in org.objectweb.tribe.gms.protocol with parameters of type IpAddress | |
GroupDiscoveryMessage(IpAddress src,
IpAddress dest,
GroupIdentifier gid)
Creates a new GroupDiscoveryMessage object used to join a group by
the Group Membership Service. |
|
GroupCompositionMessage(Group g,
IpAddress replyAddress)
Creates a new GroupDiscoveryMessage object used to join a
group by the Group Membership Service. |
Uses of IpAddress in org.objectweb.tribe.messages |
Methods in org.objectweb.tribe.messages that return IpAddress | |
IpAddress |
DatagramMessage.getDestinationAddress()
Returns the destinationAddress value. |
IpAddress |
DatagramMessage.getSourceAddress()
Returns the sourceAddress value. |
Constructors in org.objectweb.tribe.messages with parameters of type IpAddress | |
DatagramMessage(IpAddress sourceAddress,
IpAddress destinationAddress)
Creates a new DatagramMessage object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |