|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.management.provider.MBeanRegistrationProviderImpl
public class MBeanRegistrationProviderImpl
Implementation of MBeanRegistrationProvider
Constructor Summary | |
---|---|
MBeanRegistrationProviderImpl(Configuration configuration)
Constructor accepting the Configuration |
Method Summary | |
---|---|
void |
initialize(CacheManager cacheManager,
ClusteredInstanceFactory clusteredInstanceFactory)
Initialize MBeanRegistration if necessary for the cacheManager |
boolean |
isInitialized()
Returns true if initialized otherwise false |
void |
reinitialize(ClusteredInstanceFactory clusteredInstanceFactory)
Reinitialize the mbeans. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBeanRegistrationProviderImpl(Configuration configuration)
Configuration
configuration
- Method Detail |
---|
public void initialize(CacheManager cacheManager, ClusteredInstanceFactory clusteredInstanceFactory) throws MBeanRegistrationProviderException
initialize
in interface MBeanRegistrationProvider
MBeanRegistrationProviderException
public void reinitialize(ClusteredInstanceFactory clusteredInstanceFactory) throws MBeanRegistrationProviderException
CacheManager
to re-register the mbeans
reinitialize
in interface MBeanRegistrationProvider
MBeanRegistrationProviderException
public boolean isInitialized()
true
if initialized otherwise false
isInitialized
in interface MBeanRegistrationProvider
true
if initialized
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |