org.tinygroup.weblayer.webcontext.session.impl
类 UUIDGenerator

java.lang.Object
  继承者 org.tinygroup.commons.tools.UUID
      继承者 org.tinygroup.weblayer.webcontext.session.impl.UUIDGenerator
所有已实现的接口:
SessionIDGenerator

public class UUIDGenerator
extends org.tinygroup.commons.tools.UUID
implements SessionIDGenerator


字段摘要
 
从接口 org.tinygroup.weblayer.webcontext.session.SessionIDGenerator 继承的字段
SESSION_ID_LENGTH_DEFAULT
 
构造方法摘要
UUIDGenerator()
           
 
方法摘要
 String generateSessionID()
          生成session ID。
 
从类 org.tinygroup.commons.tools.UUID 继承的方法
nextID
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UUIDGenerator

public UUIDGenerator()
方法详细信息

generateSessionID

public String generateSessionID()
从接口 SessionIDGenerator 复制的描述
生成session ID。

指定者:
接口 SessionIDGenerator 中的 generateSessionID
返回:
新的sessionID


Copyright © 2006–2014 开源组织. All rights reserved.