org.tinygroup.weblayer.webcontext.session
接口 SessionModel.Factory

正在封闭接口:
SessionModel

public static interface SessionModel.Factory

用来创建session model实例的工厂。


方法摘要
 SessionModel newInstance(String sessionID, long creationTime, long lastAccessedTime, int maxInactiveInterval)
           
 

方法详细信息

newInstance

SessionModel newInstance(String sessionID,
                         long creationTime,
                         long lastAccessedTime,
                         int maxInactiveInterval)


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