File
Doc
Category
Size
Date
Package
RequestID.java
API Doc
Glassfish v2 API
2509
Fri May 04 22:33:18 BST 2007
com.sun.enterprise.admin.common
RequestID
java.lang.Object
public class RequestID extends Object implements Serializable
A class the represents a unique ID of a request. This will assigned to any long running request from Admin clients and then clients can get the progress of it based on this ID.
Fields Summary
public static final long
serialVersionUID
private int
mGUID
Constructors Summary
public RequestID
()
Creates new RequestID.
//mGUID = generateUniqueID();
Methods Summary
Java Code Source