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

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

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

Methods in org.jboss.web.tomcat.service.session.distributedcache.spi that return IncomingDistributableSessionData
 IncomingDistributableSessionData DistributedCacheManager.getSessionData(String realId, boolean initialLoad)
          Get the IncomingDistributableSessionData that encapsulates the distributed cache's information about the given session.
 IncomingDistributableSessionData DistributedCacheManager.getSessionData(String realId, String dataOwner, boolean includeAttributes)
          Get the IncomingDistributableSessionData that encapsulates the distributed cache's information about the given session.
 



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