Class DeltaSession9

    • Field Summary

      • Fields inherited from class org.apache.catalina.session.StandardSession

        accessCount, ACTIVITY_CHECK, attributes, authType, creationTime, EMPTY_ARRAY, expiring, facade, id, isNew, isValid, LAST_ACCESS_AT_START, lastAccessedTime, listeners, manager, maxInactiveInterval, notes, principal, sessionContext, sm, STRICT_SERVLET_COMPLIANCE, support, thisAccessedTime
      • Fields inherited from interface org.apache.catalina.Session

        SESSION_ACTIVATED_EVENT, SESSION_CREATED_EVENT, SESSION_DESTROYED_EVENT, SESSION_PASSIVATED_EVENT
      • Fields inherited from interface org.apache.geode.internal.size.Sizeable

        PER_OBJECT_OVERHEAD
    • Constructor Summary

      Constructors 
      Constructor Description
      DeltaSession9()
      Construct a new Session associated with no Manager.
    • Constructor Detail

      • DeltaSession9

        public DeltaSession9()
        Construct a new Session associated with no Manager. The Manager will be assigned later using DeltaSession.setOwner(Object).