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

All Superinterfaces:
DistributedCacheManagerFactory

public interface TomcatClusterDistributedCacheManagerFactory
extends DistributedCacheManagerFactory

Author:
Brian Stansberry

Method Summary
 TomcatClusterConfig getTomcatClusterConfig()
           
 void setTomcatClusterConfig(TomcatClusterConfig clusterConfig)
           
 void start()
           
 void stop()
           
 
Methods inherited from interface org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactory
getDistributedCacheManager
 

Method Detail

getTomcatClusterConfig

TomcatClusterConfig getTomcatClusterConfig()

setTomcatClusterConfig

void setTomcatClusterConfig(TomcatClusterConfig clusterConfig)

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception


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