Class SessionNamespaceView_impl

  • All Implemented Interfaces:
    java.io.Serializable, Session

    public class SessionNamespaceView_impl
    extends java.lang.Object
    implements Session
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(java.lang.String aKey)
      Gets an object from the Session
      void put​(java.lang.String aKey, java.lang.Object aValue)
      Stores an object in the Session
      void setRootSession​(Session aSession)
      Sets the root session for this view.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mRootSession

        private Session mRootSession
      • mNamespace

        private java.lang.String mNamespace
    • Constructor Detail

      • SessionNamespaceView_impl

        public SessionNamespaceView_impl​(Session aRootSession,
                                         java.lang.String aNamespace)
    • Method Detail

      • put

        public void put​(java.lang.String aKey,
                        java.lang.Object aValue)
        Description copied from interface: Session
        Stores an object in the Session
        Specified by:
        put in interface Session
        Parameters:
        aKey - Key
        aValue - Value
      • get

        public java.lang.Object get​(java.lang.String aKey)
        Description copied from interface: Session
        Gets an object from the Session
        Specified by:
        get in interface Session
        Parameters:
        aKey - Key
        Returns:
        the associated value
      • setRootSession

        public void setRootSession​(Session aSession)
        Sets the root session for this view. Not part of Session interface.
        Parameters:
        aSession - the root session