cat.security
Class RequestID

java.lang.Object
  extended bycat.security.RequestID

public class RequestID
extends java.lang.Object

Uniquely identifies a request. i'm abondaning using this class in favor of having the id be part of the meta info of the data class. Actually, nevermind, i'll use both. Date: Apr 3, 2003 Time: 12:57:01 PM


Field Summary
private  java.lang.String id
           
 
Constructor Summary
RequestID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.String id
Constructor Detail

RequestID

public RequestID()