All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class icc.net.Request

java.lang.Object
   |
   +----icc.net.Request

public class Request
extends Object
implements Serializable

Variable Index

 o next
 o type

Constructor Index

 o Request(String)

Method Index

 o attach(Request)
 o clean()
 o detach()
 o equals(Object)
 o next()
 o service()
 o toString()

Variables

 o type
 String type
 o next
 Request next

Constructors

 o Request
 public Request(String type)

Methods

 o service
 public String service()
 o next
 public Request next()
 o attach
 public void attach(Request next)
 o detach
 public Request detach()
 o equals
 public boolean equals(Object other)
Overrides:
equals in class Object
 o toString
 public String toString()
Overrides:
toString in class Object
 o clean
 void clean()

All Packages  Class Hierarchy  This Package  Previous  Next  Index

This website has been archived and is no longer maintained.