|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.tribe.messages.DatagramMessage
org.objectweb.tribe.gms.protocol.GroupDiscoveryMessage
This class defines a GroupDiscoveryMessage
Constructor Summary | |
GroupDiscoveryMessage(IpAddress src,
IpAddress dest,
GroupIdentifier gid)
Creates a new GroupDiscoveryMessage object used to join a group by
the Group Membership Service. |
Method Summary | |
GroupIdentifier |
getGroupIdentifier()
Returns the groupIdentifier value. |
Methods inherited from class org.objectweb.tribe.messages.DatagramMessage |
getContent, getContentSize, getDatagramPacket, getDestinationAddress, getObjectFromDatagram, getSourceAddress, objectToBytes, setContent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GroupDiscoveryMessage(IpAddress src, IpAddress dest, GroupIdentifier gid)
GroupDiscoveryMessage
object used to join a group by
the Group Membership Service.
src
- source addressdest
- destination addressgid
- group identifierMethod Detail |
public GroupIdentifier getGroupIdentifier()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |