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


public interface TomcatClusterConfig

Metadata about the environment of a TomcatClusterDistributedCacheManagerFactory.

Author:
Brian Stansberry

Method Summary
 File getCacheConfigFile()
           
 String getCacheObjectName()
           
 String getClusterName()
           
 MBeanServer getMBeanServer()
           
 

Method Detail

getMBeanServer

MBeanServer getMBeanServer()

getCacheObjectName

String getCacheObjectName()

getCacheConfigFile

File getCacheConfigFile()
                        throws FileNotFoundException
Throws:
FileNotFoundException

getClusterName

String getClusterName()


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