gcs
Class GcsGroupID

java.lang.Object
  extended by gcs.GcsGroupID
Direct Known Subclasses:
SpreadGcsGroupID

public abstract class GcsGroupID
extends java.lang.Object

Group membership view at concrete period of time is represented by GcsGroupID object. GcsGroupID is a part of membership message and can be retrieved using GcsMembershipInfo.getGroupID().

Author:
tkob

Constructor Summary
protected GcsGroupID()
           
 
Method Summary
abstract  java.lang.String toString()
          Used to convert the GroupID value to a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GcsGroupID

protected GcsGroupID()
Method Detail

toString

public abstract java.lang.String toString()
Used to convert the GroupID value to a string.

Overrides:
toString in class java.lang.Object
Returns:
GroupID converted to a string