VMware GemFire Java API Reference
Interface DeltaSessionInterface
-
- All Superinterfaces:
org.apache.catalina.Session
- All Known Implementing Classes:
DeltaSession,DeltaSession10,DeltaSession8,DeltaSession9
public interface DeltaSessionInterface extends org.apache.catalina.Session
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidabort()voidactivate()voidapplyAttributeEvents(Region<String,DeltaSessionInterface> region, List<org.apache.geode.modules.session.catalina.internal.DeltaSessionAttributeEvent> events)voidcommit()voidfromData(DataInput is)StringgetContextName()booleangetExpired()booleanisValid()voidlocalDestroyAttribute(String name)voidlocalUpdateAttribute(String attributeName, Object attributeValue)voidprocessExpired()voidsetOwner(Object manager)voidtoData(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 Detail
-
commit
void commit()
-
abort
void abort()
-
isValid
boolean isValid()
- Specified by:
isValidin interfaceorg.apache.catalina.Session
-
localDestroyAttribute
void localDestroyAttribute(String name)
-
applyAttributeEvents
void applyAttributeEvents(Region<String,DeltaSessionInterface> region, List<org.apache.geode.modules.session.catalina.internal.DeltaSessionAttributeEvent> events)
-
toData
void toData(DataOutput os) throws IOException
- Throws:
IOException
-
fromData
void fromData(DataInput is) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getContextName
String getContextName()
-
getExpired
boolean getExpired()
-
setOwner
void setOwner(Object manager)
-
activate
void activate()
-
processExpired
void processExpired()
-
-