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 Type
    Method
    Description
    void
     
    void
     
    void
    applyAttributeEvents(Region<String,DeltaSessionInterface> region, List<org.apache.geode.modules.session.catalina.internal.DeltaSessionAttributeEvent> events)
     
    void
     
    void
     
     
    boolean
     
    boolean
     
    void
     
    void
    localUpdateAttribute(String attributeName, Object attributeValue)
     
    void
     
    void
    setOwner(Object manager)
     
    void
     

    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