|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.certsrv.request.RequestId
public final class RequestId
The RequestId class represents the identifier for a particular request within a request queue. This identifier may be used to retrieve the request object itself from the request queue.
| Constructor Summary | |
|---|---|
RequestId(java.lang.String id)
Creates a new RequestId from its string representation. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Implements Object.equals. |
int |
hashCode()
Implements Object.hashCode. |
java.lang.String |
toString()
Converts the RequestId into its string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RequestId(java.lang.String id)
id - a string containing the decimal (base 10) value for the identifier.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - object to compare
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||