public class JMXPlatformImpl extends Object implements JMXPlatform
| Constructor and Description |
|---|
JMXPlatformImpl() |
| 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) |
public boolean isAvailable()
JMXPlatformisAvailable in interface JMXPlatformpublic void registerMBean(String name, Object bean) throws MalformedObjectNameException, MBeanRegistrationException, NotCompliantMBeanException
registerMBean in interface JMXPlatformMalformedObjectNameExceptionMBeanRegistrationExceptionNotCompliantMBeanExceptionpublic void unregisterMBean(String name) throws MBeanRegistrationException, MalformedObjectNameException
unregisterMBean in interface JMXPlatformMBeanRegistrationExceptionMalformedObjectNameExceptionCopyright © 2005-2014 dozer. All Rights Reserved.