org.jboss.web.tomcat.service.session.distributedcache.spi
Interface OutgoingSessionGranularitySessionData
- All Superinterfaces:
- OutgoingDistributableSessionData
public interface OutgoingSessionGranularitySessionData
- extends OutgoingDistributableSessionData
Expands on OutgoingDistributableSessionData
to expose the session's
attribute map.
- Author:
- Brian Stansberry
Method Summary |
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. |
getSessionAttributes
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.
- Returns:
- the attribute map or
null
. If not null
,
all replicatable attributes managed by the session will be
included in the map, not just those that have been modified
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.