org.objectweb.tribe.gms.protocol
Class GroupDiscoveryMessage

java.lang.Object
  extended byorg.objectweb.tribe.messages.DatagramMessage
      extended byorg.objectweb.tribe.gms.protocol.GroupDiscoveryMessage
All Implemented Interfaces:
java.io.Serializable

public class GroupDiscoveryMessage
extends DatagramMessage

This class defines a GroupDiscoveryMessage

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

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

GroupDiscoveryMessage

public GroupDiscoveryMessage(IpAddress src,
                             IpAddress dest,
                             GroupIdentifier gid)
Creates a new GroupDiscoveryMessage object used to join a group by the Group Membership Service.

Parameters:
src - source address
dest - destination address
gid - group identifier
Method Detail

getGroupIdentifier

public GroupIdentifier getGroupIdentifier()
Returns the groupIdentifier value.

Returns:
Returns the groupIdentifier.


Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.