Class AbstractSessionAdapter

  • All Implemented Interfaces:
    SessionAdapter
    Direct Known Subclasses:
    DefaultSessionAdapter

    public abstract class AbstractSessionAdapter
    extends java.lang.Object
    implements SessionAdapter
    The Abstract Class for session object adapter.
    Since:
    2011. 3. 13.
    • Constructor Detail

      • AbstractSessionAdapter

        public AbstractSessionAdapter​(java.lang.Object adaptee)
        Instantiates a new AbstractSessionAdapter.
        Parameters:
        adaptee - the adaptee object
    • Method Detail

      • getAdaptee

        public <T> T getAdaptee()
        Description copied from interface: SessionAdapter
        Returns the adaptee object to provide session information.
        Specified by:
        getAdaptee in interface SessionAdapter
        Type Parameters:
        T - the type of the adaptee object
        Returns:
        the adaptee object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object