public class DeltaSession7 extends DeltaSession
DataSerializable.Replaceable
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
GATEWAY_DELTA_REGION_NAME
Constructor and Description |
---|
DeltaSession7()
Construct a new
Session associated with no Manager . |
DeltaSession7(org.apache.catalina.Manager manager)
Construct a new Session associated with the specified Manager.
|
abort, applyAttributeEvents, commit, expire, fromData, fromDelta, getAttribute, getAttributes, getAttributesFieldObject, getContextName, getCurrentGatewayDeltaEvent, getExpired, getOperatingRegion, getPrincipal, getSerializedAttributes, getSession, getSizeInBytes, hasDelta, invalidate, isCommitEnabled, localDestroyAttribute, localUpdateAttribute, logError, processExpired, removeAttribute, serialize, setAttribute, setCurrentGatewayDeltaEvent, setMaxInactiveInterval, setOwner, setPrincipal, toData, toDelta, toString
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, removeAttributeInternal, removeNote, removeSessionListener, removeValue, setAttribute, setAuthType, setCreationTime, setId, setId, setManager, setNew, setNote, setValid, tellNew, writeObject, writeObjectData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
activate, isValid
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
public DeltaSession7()
Session
associated with no Manager
. The
Manager
will be assigned later using DeltaSession.setOwner(Object)
.public DeltaSession7(org.apache.catalina.Manager manager)
manager
- The manager with which this Session is associated