public interface MBeanRegistrationProvider
Modifier and Type | Method and Description |
---|---|
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.
|
void initialize(CacheManager cacheManager, ClusteredInstanceFactory clusteredInstanceFactory) throws MBeanRegistrationProviderException
cacheManager
- MBeanRegistrationProviderException
void reinitialize(ClusteredInstanceFactory clusteredInstanceFactory) throws MBeanRegistrationProviderException
CacheManager
to re-register the mbeansboolean isInitialized()
true
if initialized otherwise falsetrue
if initializedCopyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.