Package com.aspectran.embed.adapter
Class AspectranSessionAdapter
java.lang.Object
com.aspectran.core.adapter.AbstractSessionAdapter
com.aspectran.core.adapter.DefaultSessionAdapter
com.aspectran.embed.adapter.AspectranSessionAdapter
- All Implemented Interfaces:
SessionAdapter
Adapt
SessionAgent
to Core SessionAdapter
.-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new AspectranSessionAdapter. -
Method Summary
Methods inherited from class com.aspectran.core.adapter.DefaultSessionAdapter
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getSessionAgent, invalidate, isNew, isValid, removeAttribute, setAttribute, setMaxInactiveInterval
Methods inherited from class com.aspectran.core.adapter.AbstractSessionAdapter
createSessionScope, getAdaptee, getSessionScope, toString
-
Constructor Details
-
AspectranSessionAdapter
Instantiates a new AspectranSessionAdapter.- Parameters:
agent
- the session agent
-