Class DaemonSessionAdapter

java.lang.Object
com.aspectran.core.adapter.AbstractSessionAdapter
com.aspectran.core.adapter.DefaultSessionAdapter
com.aspectran.daemon.adapter.DaemonSessionAdapter
All Implemented Interfaces:
com.aspectran.core.adapter.SessionAdapter

public class DaemonSessionAdapter extends com.aspectran.core.adapter.DefaultSessionAdapter
Adapt SessionAgent to Core SessionAdapter.
  • Constructor Summary

    Constructors
    Constructor
    Description
    DaemonSessionAdapter(com.aspectran.core.component.session.SessionAgent agent)
    Instantiates a new DaemonSessionAdapter.
  • 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DaemonSessionAdapter

      public DaemonSessionAdapter(com.aspectran.core.component.session.SessionAgent agent)
      Instantiates a new DaemonSessionAdapter.
      Parameters:
      agent - the session agent