|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.tribe.views.View
This class defines a View of a group. This is used for view synchrony.
Constructor Summary | |
View(int viewId,
java.util.ArrayList members)
Creates a new view |
Method Summary | |
java.util.ArrayList |
getMembers()
Returns a reference to the list of members (this list may have been ordered by the underlying GMS service). |
int |
getViewId()
Returns the id of this view. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public View(int viewId, java.util.ArrayList members)
viewId
- The view uniaque identifiermembers
- Contains a list of all the members in the view, can be empty
but not null.Method Detail |
public java.util.ArrayList getMembers()
public int getViewId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |