|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutgoingAttributeGranularitySessionData
Expands on OutgoingDistributableSessionData
to expose information
about changes in the session's attribute map.
Method Summary | |
---|---|
Map<String,Object> |
getModifiedSessionAttributes()
Gets those key/value pairs in the session's attribute map that have been modified versus what is already present in the distributed cache, including newly added key/value pairs. |
Set<String> |
getRemovedSessionAttributes()
Gets the names of session attributes that have been removed locally and thus need to be removed from the distributed cache. |
Methods inherited from interface org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingDistributableSessionData |
---|
getMetadata, getRealId, getTimestamp, getVersion |
Method Detail |
---|
Map<String,Object> getModifiedSessionAttributes()
null
if there are no modified attributes.Set<String> getRemovedSessionAttributes()
null
if there are no such keys
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |