SessionAdapterBasicSessionAdapterpublic abstract class AbstractSessionAdapter extends java.lang.Object implements SessionAdapter
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.Object |
adaptee |
| Constructor | Description |
|---|---|
AbstractSessionAdapter(java.lang.Object adaptee) |
Instantiates a new AbstractSessionAdapter.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
getAdaptee() |
Returns the adaptee object to provide session information.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getSessionScope, invalidate, isNew, removeAttribute, setAttribute, setMaxInactiveIntervalpublic AbstractSessionAdapter(java.lang.Object adaptee)
adaptee - the adaptee objectpublic <T> T getAdaptee()
SessionAdaptergetAdaptee in interface SessionAdapterT - the type of the adaptee objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2018 The Aspectran Project. All rights reserved.