public interface DeltaSessionInterface
extends org.apache.catalina.Session
Modifier and Type | Method and Description |
---|---|
void |
abort() |
void |
activate() |
void |
applyAttributeEvents(Region<String,DeltaSessionInterface> region,
List<org.apache.geode.modules.session.catalina.internal.DeltaSessionAttributeEvent> events) |
void |
commit() |
void |
fromData(DataInput is) |
String |
getContextName() |
boolean |
getExpired() |
boolean |
isValid() |
void |
localDestroyAttribute(String name) |
void |
localUpdateAttribute(String attributeName,
Object attributeValue) |
void |
processExpired() |
void |
setOwner(Object manager) |
void |
toData(DataOutput os) |
access, addSessionListener, endAccess, expire, getAuthType, getCreationTime, getId, getIdInternal, getInfo, getLastAccessedTime, getLastAccessedTimeInternal, getManager, getMaxInactiveInterval, getNote, getNoteNames, getPrincipal, getSession, recycle, removeNote, removeSessionListener, setAuthType, setCreationTime, setId, setId, setManager, setMaxInactiveInterval, setNew, setNote, setPrincipal, setValid
void commit()
void abort()
boolean isValid()
isValid
in interface org.apache.catalina.Session
void localDestroyAttribute(String name)
void applyAttributeEvents(Region<String,DeltaSessionInterface> region, List<org.apache.geode.modules.session.catalina.internal.DeltaSessionAttributeEvent> events)
void toData(DataOutput os) throws IOException
IOException
void fromData(DataInput is) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
String getContextName()
boolean getExpired()
void setOwner(Object manager)
void activate()
void processExpired()