public class JMXConsole extends Object implements org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
| Modifier and Type | Class and Description |
|---|---|
static interface |
JMXConsole.IJMXConsolePlugin |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
void |
postProcessBeforeDestruction(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
registerPlugin(JMXConsole.IJMXConsolePlugin plugin)
Registers a plugin with the console.
|
void |
unregisterPlugin(JMXConsole.IJMXConsolePlugin plugin)
Unregisters a plugin from the console.
|
public void registerPlugin(JMXConsole.IJMXConsolePlugin plugin)
plugin - Plugin to register.public void unregisterPlugin(JMXConsole.IJMXConsolePlugin plugin)
plugin - Plugin to unregister.public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic void postProcessBeforeDestruction(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeDestruction in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2018 Fujion Framework. All rights reserved.