|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.marringtons.util.Session.Lifetime
Lifetime provides typesafe definition of session lifetime, being this session only or persist to disk to load the next time the same client activates a session.
| Field Summary | |
static Session.Lifetime |
persistent
Scope to be used if data is to be saved to disk |
static Session.Lifetime |
session
Scope to be used if data is to be discarded when session closes |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Session.Lifetime persistent
public static final Session.Lifetime session
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||