|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.GroupMember
To be part of a group, an object must implement the GroupInterface
and extent the GroupMember
class.
Field Summary | |
int |
groupID
An identification of the group of which this is a member. |
int |
groupSize
Size of the group of this member. |
int[] |
memberRanks
Node identifications of all group members. |
int[] |
memberSkels
Skeleton identifications of all group members. |
int |
myGroupRank
rank within the group of this member. |
Constructor Summary | |
GroupMember()
Constructor. |
Method Summary | |
int |
getRank()
Returns the rank within the group of this member. |
int |
getSize()
Returns the size of the group of this member. |
void |
groupInit()
This method gets called when the group is complete. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int groupID
public int[] memberSkels
public int[] memberRanks
public int myGroupRank
public int groupSize
Constructor Detail |
public GroupMember()
Method Detail |
public int getRank()
public int getSize()
public void groupInit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |