All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.View

java.lang.Object
   |
   +----JavaGroups.View

public class View
extends Object
implements Serializable

Constructor Index

 o View(Object, long, Vector)
 o View(ViewId, Vector)

Method Index

 o Copy()
 o GetCreator()
 o GetMembers()
 o GetVid()
 o Size()
 o toString()

Constructors

 o View
 public View(ViewId vid,
             Vector members)
 o View
 public View(Object creator,
             long id,
             Vector members)

Methods

 o GetVid
 public ViewId GetVid()
 o GetCreator
 public Object GetCreator()
 o GetMembers
 public Vector GetMembers()
 o Size
 public int Size()
 o Copy
 public View Copy()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index