com.atlassian.confluence.jmx
Interface MBeanExporterWithUnregister

All Superinterfaces:
org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.jmx.export.MBeanExportOperations
All Known Implementing Classes:
MBeanExporterWithUnregisterImpl

public interface MBeanExporterWithUnregister
extends org.springframework.jmx.export.MBeanExportOperations, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean


Method Summary
 void afterPropertiesSet()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void unregisterBean(java.lang.String name)
           
 
Methods inherited from interface org.springframework.jmx.export.MBeanExportOperations
registerManagedResource, registerManagedResource
 
Methods inherited from interface org.springframework.beans.factory.BeanClassLoaderAware
setBeanClassLoader
 
Methods inherited from interface org.springframework.beans.factory.BeanFactoryAware
setBeanFactory
 
Methods inherited from interface org.springframework.beans.factory.DisposableBean
destroy
 

Method Detail

isEnabled

boolean isEnabled()

setEnabled

void setEnabled(boolean enabled)

afterPropertiesSet

void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean

unregisterBean

void unregisterBean(java.lang.String name)


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.