Class DeltaSession10
java.lang.Object
org.apache.catalina.session.StandardSession
org.apache.geode.modules.session.catalina.DeltaSession
org.apache.geode.modules.session.catalina.DeltaSession10
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession,Serializable,org.apache.catalina.Session,DataSerializable,Delta,org.apache.geode.internal.size.Sizeable,GatewayDelta,DeltaSessionInterface
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.geode.DataSerializable
DataSerializable.Replaceable -
Field Summary
Fields inherited from class org.apache.catalina.session.StandardSession
accessCount, activityCheck, attributes, authType, creationTime, EMPTY_ARRAY, expiring, facade, id, isNew, isValid, lastAccessAtStart, lastAccessedTime, listeners, manager, maxInactiveInterval, notes, principal, sm, support, thisAccessedTimeFields inherited from interface org.apache.geode.modules.gatewaydelta.GatewayDelta
GATEWAY_DELTA_REGION_NAMEFields inherited from interface org.apache.catalina.Session
SESSION_ACTIVATED_EVENT, SESSION_CREATED_EVENT, SESSION_DESTROYED_EVENT, SESSION_PASSIVATED_EVENTFields inherited from interface org.apache.geode.internal.size.Sizeable
PER_OBJECT_OVERHEAD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.geode.modules.session.catalina.DeltaSession
abort, applyAttributeEvents, commit, deserializeAttributeInternal, expire, fromData, fromDelta, getAttribute, getAttributeInternal, getAttributes, getContextName, getCurrentGatewayDeltaEvent, getExpired, getPrincipal, getSession, getSizeInBytes, hasDelta, invalidate, localDestroyAttribute, localUpdateAttribute, processExpired, removeAttribute, removeAttributeInternal, setAttribute, setAttributeInternal, setCurrentGatewayDeltaEvent, setMaxInactiveInterval, setOwner, setPrincipal, toData, toDelta, toStringMethods inherited from class org.apache.catalina.session.StandardSession
access, activate, addSessionListener, doReadObject, doWriteObject, endAccess, exclude, expire, fireSessionEvent, getAttributeNames, getAuthType, getCreationTime, getCreationTimeInternal, getId, getIdInternal, getIdleTime, getIdleTimeInternal, getLastAccessedTime, getLastAccessedTimeInternal, getManager, getMaxInactiveInterval, getNote, getNoteNames, getServletContext, getThisAccessedTime, getThisAccessedTimeInternal, isAttributeDistributable, isNew, isValid, isValidInternal, keys, passivate, readObjectData, recycle, removeAttribute, removeNote, removeSessionListener, setAttribute, setAuthType, setCreationTime, setId, setId, setManager, setNew, setNote, setValid, tellChangedSessionId, tellNew, writeObjectDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.geode.Delta
getForceRecalculateSizeMethods inherited from interface org.apache.geode.modules.session.catalina.DeltaSessionInterface
activate, isValidMethods inherited from interface org.apache.catalina.Session
access, addSessionListener, endAccess, expire, getAuthType, getCreationTime, getCreationTimeInternal, getId, getIdInternal, getIdleTime, getIdleTimeInternal, getLastAccessedTime, getLastAccessedTimeInternal, getManager, getMaxInactiveInterval, getNote, getNoteNames, getThisAccessedTime, getThisAccessedTimeInternal, isAttributeDistributable, recycle, removeNote, removeSessionListener, setAuthType, setCreationTime, setId, setId, setManager, setNew, setNote, setValid, tellChangedSessionId
-
Constructor Details
-
DeltaSession10
public DeltaSession10()Construct a newSessionassociated with noManager. TheManagerwill be assigned later usingDeltaSession.setOwner(Object).
-