net.sf.sail.core.uuid
Class SessionUuid

java.lang.Object
  extended by org.doomdark.uuid.UUID
      extended by net.sf.sail.core.uuid.SessionUuid
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class SessionUuid
extends org.doomdark.uuid.UUID

Represents UUID in session ID space.

Author:
turadg
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.doomdark.uuid.UUID
INDEX_CLOCK_HI, INDEX_CLOCK_LO, INDEX_CLOCK_MID, INDEX_CLOCK_SEQUENCE, INDEX_TYPE, INDEX_VARIATION, NAMESPACE_DNS, NAMESPACE_OID, NAMESPACE_URL, NAMESPACE_X500, TYPE_DCE, TYPE_NAME_BASED, TYPE_NULL, TYPE_RANDOM_BASED, TYPE_TIME_BASED
 
Constructor Summary
SessionUuid(byte[] bytes)
           
SessionUuid(java.lang.String id)
           
 
Method Summary
 
Methods inherited from class org.doomdark.uuid.UUID
asByteArray, clone, compareTo, equals, getNullUUID, getType, hashCode, isNullUUID, main, setDescCaching, toByteArray, toByteArray, toByteArray, toString, valueOf, valueOf, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionUuid

public SessionUuid(byte[] bytes)

SessionUuid

public SessionUuid(java.lang.String id)


Copyright © 2004-2008 TELS Center. All Rights Reserved.