VMware GemFire Java API Reference
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:
Serializable,javax.servlet.http.HttpSession,org.apache.catalina.Session,DataSerializable,Delta,org.apache.geode.internal.size.Sizeable,GatewayDelta,DeltaSessionInterface
public class DeltaSession10 extends DeltaSession
- See Also:
- Serialized Form
-
-
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, 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.geode.modules.gatewaydelta.GatewayDelta
GATEWAY_DELTA_REGION_NAME
-
-
Constructor Summary
Constructors Constructor Description DeltaSession10()Construct a newSessionassociated with noManager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.servlet.http.HttpSessiongetSession()-
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, getSizeInBytes, hasDelta, invalidate, localDestroyAttribute, localUpdateAttribute, processExpired, removeAttribute, removeAttributeInternal, setAttribute, setAttributeInternal, setCurrentGatewayDeltaEvent, setMaxInactiveInterval, setOwner, setPrincipal, toData, toDelta, toString
-
Methods 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, getSessionContext, getThisAccessedTime, getThisAccessedTimeInternal, getValue, getValueNames, isAttributeDistributable, isNew, isValid, isValidInternal, keys, passivate, putValue, readObjectData, recycle, removeAttribute, removeNote, removeSessionListener, removeValue, setAttribute, setAuthType, setCreationTime, setId, setId, setManager, setNew, setNote, setValid, tellChangedSessionId, tellNew, writeObjectData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.geode.Delta
getForceRecalculateSize
-
Methods inherited from interface org.apache.geode.modules.session.catalina.DeltaSessionInterface
activate, isValid
-
Methods 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 Detail
-
DeltaSession10
public DeltaSession10()
Construct a newSessionassociated with noManager. TheManagerwill be assigned later usingDeltaSession.setOwner(Object).
-
-