|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Session | |
| org.codehaus.wadi | |
| org.codehaus.wadi.impl | |
| Uses of Session in org.codehaus.wadi |
| Subinterfaces of Session in org.codehaus.wadi | |
interface |
WADIHttpSession
|
| Methods in org.codehaus.wadi that return Session | |
Session |
SessionPool.take()
|
Session |
SessionFactory.create(SessionConfig config)
|
| Methods in org.codehaus.wadi with parameters of type Session | |
void |
SessionPool.put(Session session)
|
void |
SessionConfig.destroy(Session session)
|
HttpSession |
SessionWrapperFactory.create(Session session)
|
| Uses of Session in org.codehaus.wadi.impl |
| Classes in org.codehaus.wadi.impl that implement Session | |
class |
AbstractReplicableSession
A DistributableSession enhanced with functionality associated with replication - the frequent 'backing-up' of its content to provide against catastrophic failure. |
class |
AtomicallyReplicableSession
|
class |
DistributableSession
A Standard Session enhanced with functionality associated with [de]serialisation - necessary to allow the movement of the session from jvm to jvm/storage. |
class |
PartiallyReplicableSession
|
class |
StandardSession
Our internal representation of any Web Session |
| Fields in org.codehaus.wadi.impl declared as Session | |
protected Session |
SessionWrapper._session
|
| Methods in org.codehaus.wadi.impl that return Session | |
Session |
StandardManager.create()
|
Session |
AtomicallyReplicableSessionFactory.create(SessionConfig config)
|
Session |
DistributableSessionFactory.create(SessionConfig config)
|
Session |
SimpleSessionPool.take()
|
Session |
StandardSessionFactory.create(SessionConfig config)
|
| Methods in org.codehaus.wadi.impl with parameters of type Session | |
protected void |
StandardManager.notifySessionCreation(Session session)
|
protected void |
StandardManager.notifySessionDestruction(Session session)
|
void |
StandardManager.destroy(Session session)
|
void |
ClusteredManager.destroy(Session session)
|
HttpSession |
DummySessionWrapperFactory.create(Session session)
|
void |
SimpleSessionPool.put(Session session)
|
HttpSession |
StandardSessionWrapperFactory.create(Session session)
|
| Constructors in org.codehaus.wadi.impl with parameters of type Session | |
SessionWrapper(Session session)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||