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

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

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

Subinterfaces of DistributedCacheManagerFactory in org.jboss.web.tomcat.service.session.distributedcache.spi
 interface TomcatClusterDistributedCacheManagerFactory
           
 

Methods in org.jboss.web.tomcat.service.session.distributedcache.spi that return DistributedCacheManagerFactory
 DistributedCacheManagerFactory DistributedCacheManagerFactoryFactory.getDistributedCacheManagerFactory()
          Returns the factory, creating one if necessary by loading the factory class and invoking Class.newInstance().
 

Methods in org.jboss.web.tomcat.service.session.distributedcache.spi with parameters of type DistributedCacheManagerFactory
 void DistributedCacheManagerFactoryFactory.setDistributedCacheManagerFactory(DistributedCacheManagerFactory distributedCacheManagerFactory)
          Allows injection of the DistributedCacheManagerFactory.
 



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