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

All Known Subinterfaces:
TomcatClusterDistributedCacheManagerFactory

public interface DistributedCacheManagerFactory

Factory for obtaining a DistributedCacheManager.

Author:
Brian Stansberry

Method Summary
<T extends OutgoingDistributableSessionData>
DistributedCacheManager<T>
getDistributedCacheManager(LocalDistributableSessionManager localManager)
           
 

Method Detail

getDistributedCacheManager

<T extends OutgoingDistributableSessionData> DistributedCacheManager<T> getDistributedCacheManager(LocalDistributableSessionManager localManager)
                                                                                               throws ClusteringNotSupportedException
Throws:
ClusteringNotSupportedException


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