All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.View

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

public class View
extends Object
implements Serializable

Variable Index

 o creator
 o id
 o members

Constructor Index

 o View(Object, long, Vector)

Method Index

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

Variables

 o creator
 public Object creator
 o id
 public long id
 o members
 public Vector members

Constructors

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

Methods

 o GetCreator
 public Object GetCreator()
 o GetId
 public long GetId()
 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