public interface OutgoingSessionGranularitySessionData extends OutgoingDistributableSessionData
OutgoingDistributableSessionData
to expose the session's attribute map.Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getSessionAttributes()
Gets the attribute map for the session, or
null if the attribute map is unmodified from what is already
present in the distributed cache. |
getMetadata, getRealId, getTimestamp, getVersion
Map<String,Object> getSessionAttributes()
null
if the attribute map is unmodified from what is already
present in the distributed cache.null
. If not null
, all replicable attributes managed by the
session will be included in the map, not just those that have been modifiedCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.