|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.group.GroupMember
This class gives to it implementors the ability to contact the other members of the group containting the object.
Field Summary | |
protected java.lang.Object |
myGroup
the group of the object |
protected int |
myRank
index of the object into the Group |
Constructor Summary | |
GroupMember()
|
Method Summary | |
java.lang.Object |
getMyGroup()
Returns the group of the object. |
int |
getMyRank()
Returns the rank (position) of the object in the Group |
void |
setMyGroup(java.lang.Object o)
Specifies the group of the object. |
void |
setMyRank(int index)
Specifies the rank (position) of the object in the Group |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Object myGroup
protected int myRank
Constructor Detail |
public GroupMember()
Method Detail |
public java.lang.Object getMyGroup() throws UnreachableGroupException
java.lang.Exception
UnreachableGroupException
public void setMyGroup(java.lang.Object o)
public int getMyRank()
public void setMyRank(int index)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |