public interface OutgoingAttributeGranularitySessionData extends OutgoingDistributableSessionData
OutgoingDistributableSessionData
to expose information about changes in the session's attribute map.Modifier and Type | Method and Description |
---|---|
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.
|
getMetadata, getRealId, getTimestamp, getVersion
Map<String,Object> getModifiedSessionAttributes()
null
if there are no modified attributes.Set<String> getRemovedSessionAttributes()
null
if there are no such keysCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.