|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
---|---|
org.codehaus.wadi.core.contextualiser | |
org.codehaus.wadi.core.manager | |
org.codehaus.wadi.core.session | |
org.codehaus.wadi.web | |
org.codehaus.wadi.web.impl |
Uses of Session in org.codehaus.wadi.core.contextualiser |
---|
Methods in org.codehaus.wadi.core.contextualiser that return Session | |
---|---|
Session |
BasicInvocation.getSession()
|
Session |
Invocation.getSession()
|
Methods in org.codehaus.wadi.core.contextualiser with parameters of type Session | |
---|---|
InvocationContext |
BasicInvocation.newContext(Session context)
|
InvocationContext |
Invocation.newContext(Session context)
|
void |
BasicInvocation.setSession(Session session)
|
void |
Invocation.setSession(Session session)
Attach the relevant Session to this Invocation for its lifetime |
Uses of Session in org.codehaus.wadi.core.manager |
---|
Methods in org.codehaus.wadi.core.manager that return Session | |
---|---|
Session |
Manager.create(Invocation invocation)
Create a new Session |
Session |
StandardManager.create(Invocation invocation)
|
protected Session |
StandardManager.createSession(java.lang.String name)
|
Session |
Manager.createWithName(java.lang.String name)
|
Session |
StandardManager.createWithName(java.lang.String name)
|
Methods in org.codehaus.wadi.core.manager with parameters of type Session | |
---|---|
void |
Manager.destroy(Session session)
Destroy a Session |
void |
StandardManager.destroy(Session session)
|
void |
SessionMonitor.notifyInboundSessionMigration(Session session)
|
void |
BasicSessionMonitor.notifyInboundSessionMigration(Session session)
|
void |
SessionMonitor.notifyOutboundSessionMigration(Session session)
|
void |
BasicSessionMonitor.notifyOutboundSessionMigration(Session session)
|
void |
SessionMonitor.notifySessionCreation(Session session)
|
void |
BasicSessionMonitor.notifySessionCreation(Session session)
|
void |
SessionMonitor.notifySessionDestruction(Session session)
|
void |
BasicSessionMonitor.notifySessionDestruction(Session session)
|
void |
NoOpSessionListener.onInboundSessionMigration(Session session)
|
void |
SessionListener.onInboundSessionMigration(Session session)
|
void |
NoOpSessionListener.onOutbountSessionMigration(Session session)
|
void |
SessionListener.onOutbountSessionMigration(Session session)
|
void |
NoOpSessionListener.onSessionCreation(Session session)
|
protected void |
StandardManager.onSessionCreation(Session session)
|
void |
SessionListener.onSessionCreation(Session session)
|
void |
NoOpSessionListener.onSessionDestruction(Session session)
|
protected void |
StandardManager.onSessionDestruction(Session session)
|
protected void |
ClusteredManager.onSessionDestruction(Session session)
|
void |
SessionListener.onSessionDestruction(Session session)
|
Uses of Session in org.codehaus.wadi.core.session |
---|
Classes in org.codehaus.wadi.core.session 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 |
StandardSession
Our internal representation of any Web Session |
Methods in org.codehaus.wadi.core.session that return Session | |
---|---|
Session |
DistributableSessionFactory.create()
|
Session |
SessionFactory.create()
|
Session |
StandardSessionFactory.create()
|
Session |
AtomicallyReplicableSessionFactory.create()
|
Uses of Session in org.codehaus.wadi.web |
---|
Subinterfaces of Session in org.codehaus.wadi.web | |
---|---|
interface |
WADIHttpSession
|
interface |
WebSession
|
Classes in org.codehaus.wadi.web that implement Session | |
---|---|
class |
BasicWebSession
|
Methods in org.codehaus.wadi.web that return Session | |
---|---|
Session |
BasicWebSessionFactory.create()
|
Methods in org.codehaus.wadi.web with parameters of type Session | |
---|---|
protected WADIHttpSession |
WADIHttpSessionListener.ensureTypeAndCast(Session session)
|
void |
WADIHttpSessionListener.onSessionCreation(Session session)
|
void |
WADIHttpSessionListener.onSessionDestruction(Session session)
|
Uses of Session in org.codehaus.wadi.web.impl |
---|
Methods in org.codehaus.wadi.web.impl that return Session | |
---|---|
Session |
WebInvocation.getSession()
|
Methods in org.codehaus.wadi.web.impl with parameters of type Session | |
---|---|
InvocationContext |
WebInvocation.newContext(Session context)
|
void |
WebInvocation.setSession(Session session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |