Uses of Interface
org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingDistributableSessionData

Packages that use OutgoingDistributableSessionData
org.jboss.web.tomcat.service.session.distributedcache.spi   
 

Uses of OutgoingDistributableSessionData in org.jboss.web.tomcat.service.session.distributedcache.spi
 

Classes in org.jboss.web.tomcat.service.session.distributedcache.spi with type parameters of type OutgoingDistributableSessionData
 interface DistributedCacheManager<T extends OutgoingDistributableSessionData>
          SPI implemented by the distributed caching layer.
 

Subinterfaces of OutgoingDistributableSessionData in org.jboss.web.tomcat.service.session.distributedcache.spi
 interface OutgoingAttributeGranularitySessionData
          Expands on OutgoingDistributableSessionData to expose information about changes in the session's attribute map.
 interface OutgoingSessionGranularitySessionData
          Expands on OutgoingDistributableSessionData to expose the session's attribute map.
 

Methods in org.jboss.web.tomcat.service.session.distributedcache.spi with type parameters of type OutgoingDistributableSessionData
<T extends OutgoingDistributableSessionData>
DistributedCacheManager<T>
DistributedCacheManagerFactory.getDistributedCacheManager(LocalDistributableSessionManager localManager)
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.