public class SessionManagerEntry extends AbstractExpiringObject
| コンストラクタと説明 |
|---|
SessionManagerEntry(Session session,
long lifetime)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.joda.time.DateTime |
getExpirationTime()
Gets the time the object expires.
|
Session |
getSession()
Gets the user session.
|
String |
getSessionId()
Gets the ID of the user session.
|
List<String> |
getSessionIndexes()
Gets the list of indexes for this session.
|
isExpired, onExpirepublic SessionManagerEntry(Session session, long lifetime)
session - user sessionlifetime - lifetime of sessionpublic Session getSession()
public String getSessionId()
public List<String> getSessionIndexes()
public org.joda.time.DateTime getExpirationTime()
getExpirationTime インタフェース内 ExpiringObjectgetExpirationTime クラス内 AbstractExpiringObjectCopyright © 2012. All Rights Reserved.