Interface DeltaSessionInterface
- All Superinterfaces:
org.apache.catalina.Session
- All Known Implementing Classes:
DeltaSession,DeltaSession10
public interface DeltaSessionInterface
extends org.apache.catalina.Session
-
Field Summary
Fields inherited from interface org.apache.catalina.Session
SESSION_ACTIVATED_EVENT, SESSION_CREATED_EVENT, SESSION_DESTROYED_EVENT, SESSION_PASSIVATED_EVENT -
Method Summary
Modifier and TypeMethodDescriptionvoidabort()voidactivate()voidapplyAttributeEvents(Region<String, DeltaSessionInterface> region, List<org.apache.geode.modules.session.catalina.internal.DeltaSessionAttributeEvent> events) voidcommit()voidbooleanbooleanisValid()voidlocalDestroyAttribute(String name) voidlocalUpdateAttribute(String attributeName, Object attributeValue) voidvoidvoidtoData(DataOutput os) 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, getPrincipal, getSession, getThisAccessedTime, getThisAccessedTimeInternal, isAttributeDistributable, recycle, removeNote, removeSessionListener, setAuthType, setCreationTime, setId, setId, setManager, setMaxInactiveInterval, setNew, setNote, setPrincipal, setValid, tellChangedSessionId
-
Method Details
-
commit
void commit() -
abort
void abort() -
isValid
boolean isValid()- Specified by:
isValidin interfaceorg.apache.catalina.Session
-
localDestroyAttribute
-
applyAttributeEvents
void applyAttributeEvents(Region<String, DeltaSessionInterface> region, List<org.apache.geode.modules.session.catalina.internal.DeltaSessionAttributeEvent> events) -
localUpdateAttribute
-
toData
- Throws:
IOException
-
fromData
- Throws:
IOExceptionClassNotFoundException
-
getContextName
String getContextName() -
getExpired
boolean getExpired() -
setOwner
-
activate
void activate() -
processExpired
void processExpired()
-