org.mortbay.j2ee.session
Class DistributableIdGenerator

java.lang.Object
  extended by org.mortbay.j2ee.session.GUIDGenerator
      extended by org.mortbay.j2ee.session.DistributableIdGenerator
All Implemented Interfaces:
Cloneable, IdGenerator

public class DistributableIdGenerator
extends GUIDGenerator


Field Summary
 
Fields inherited from class org.mortbay.j2ee.session.GUIDGenerator
_digest, _log, _random, SESSION_ID_BYTES, SESSION_ID_HASH_ALGORITHM, SESSION_ID_RANDOM_ALGORITHM, SESSION_ID_RANDOM_ALGORITHM_ALT
 
Constructor Summary
DistributableIdGenerator()
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class org.mortbay.j2ee.session.GUIDGenerator
encode, getDigest, getRandom, nextId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributableIdGenerator

public DistributableIdGenerator()
Method Detail

clone

public Object clone()
Specified by:
clone in interface IdGenerator
Overrides:
clone in class GUIDGenerator


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.