All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Request

java.lang.Object
   |
   +----JavaGroups.JavaStack.Request

public class Request
extends Object
implements Serializable

Variable Index

 o addr
 o GET
 o groupname
 o REGISTER
 o type

Constructor Index

 o Request(int)
 o Request(int, String)
 o Request(int, String, Address)

Method Index

 o toString()
 o Type2String(int)

Variables

 o REGISTER
 public static final int REGISTER
 o GET
 public static final int GET
 o type
 public int type
 o groupname
 public String groupname
 o addr
 public Address addr

Constructors

 o Request
 public Request(int type)
 o Request
 public Request(int type,
                String groupname)
 o Request
 public Request(int type,
                String groupname,
                Address addr)

Methods

 o Type2String
 public String Type2String(int t)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index