public interface JMXPlatform
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable()
Checks whether JMX management platform is available on the JVM
|
void |
registerMBean(String name,
Object bean) |
void |
unregisterMBean(String name) |
boolean isAvailable()
void registerMBean(String name, Object bean) throws MalformedObjectNameException, MBeanRegistrationException, NotCompliantMBeanException
void unregisterMBean(String name) throws MBeanRegistrationException, MalformedObjectNameException
Copyright © 2005-2014 dozer. All Rights Reserved.