Class DeltaSession7
- java.lang.Object
-
- org.apache.catalina.session.StandardSession
-
- org.apache.geode.modules.session.catalina.DeltaSession
-
- org.apache.geode.modules.session.catalina.DeltaSession7
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.http.HttpSession
,org.apache.catalina.Session
,DataSerializable
,Delta
,org.apache.geode.internal.size.Sizeable
,GatewayDelta
,DeltaSessionInterface
public class DeltaSession7 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, excludedAttributes, expiring, facade, id, info, isNew, isValid, lastAccessedTime, listeners, manager, maxInactiveInterval, NOT_SERIALIZED, notes, principal, sessionContext, sm, support, thisAccessedTime
-
Fields inherited from interface org.apache.geode.modules.gatewaydelta.GatewayDelta
GATEWAY_DELTA_REGION_NAME
-
-
Constructor Summary
Constructors Constructor Description DeltaSession7()
Construct a newSession
associated with noManager
.
-
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, toString
-
Methods inherited from class org.apache.catalina.session.StandardSession
access, activate, addSessionListener, endAccess, exclude, expire, fireContainerEvent, fireSessionEvent, getAttributeNames, getAuthType, getCreationTime, getId, getIdInternal, getInfo, getLastAccessedTime, getLastAccessedTimeInternal, getManager, getMaxInactiveInterval, getNote, getNoteNames, getServletContext, getSessionContext, getValue, getValueNames, isAttributeDistributable, isNew, isValid, isValidInternal, keys, passivate, putValue, readObject, readObjectData, recycle, removeAttribute, removeNote, removeSessionListener, removeValue, setAttribute, setAuthType, setCreationTime, setId, setId, setManager, setNew, setNote, setValid, tellNew, writeObject, 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, getId, getIdInternal, getInfo, getLastAccessedTime, getLastAccessedTimeInternal, getManager, getMaxInactiveInterval, getNote, getNoteNames, recycle, removeNote, removeSessionListener, setAuthType, setCreationTime, setId, setId, setManager, setNew, setNote, setValid
-
-
-
-
Constructor Detail
-
DeltaSession7
public DeltaSession7()
Construct a newSession
associated with noManager
. TheManager
will be assigned later usingDeltaSession.setOwner(Object)
.
-
-