org.jboss.ha.cachemanager
Interface CacheManagerMBean

All Known Implementing Classes:
CacheManager

public interface CacheManagerMBean

A CacheManagerMBean.

Version:
$Revision: 1.1 $
Author:
Brian Stansberry

Method Summary
 Set<String> getCacheNames()
           
 Set<String> getConfigurationNames()
           
 String getCoreCacheJmxAttributes()
           
 String getJmxDomain()
           
 String getJndiName()
           
 String getPojoCacheJmxAttributes()
           
 Set<String> getPojoCacheNames()
           
 boolean getRegisterCachesInJmx()
           
 

Method Detail

getJmxDomain

String getJmxDomain()

getCoreCacheJmxAttributes

String getCoreCacheJmxAttributes()

getPojoCacheJmxAttributes

String getPojoCacheJmxAttributes()

getPojoCacheNames

Set<String> getPojoCacheNames()

getCacheNames

Set<String> getCacheNames()

getConfigurationNames

Set<String> getConfigurationNames()

getRegisterCachesInJmx

boolean getRegisterCachesInJmx()

getJndiName

String getJndiName()


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