org.dozer.jmx
Interface JMXPlatform
- All Known Implementing Classes:
- JMXPlatformImpl
public interface JMXPlatform
Representation of hosting JMX Platform.
- Author:
- dmitry.buzdin
isAvailable
boolean isAvailable()
- Checks whether JMX management platform is available on the JVM
- Returns:
- true if KMX platform is available
registerMBean
void registerMBean(String name,
Object bean)
throws MalformedObjectNameException,
MBeanRegistrationException,
NotCompliantMBeanException
- Throws:
MalformedObjectNameException
MBeanRegistrationException
NotCompliantMBeanException
unregisterMBean
void unregisterMBean(String name)
throws MBeanRegistrationException,
MalformedObjectNameException
- Throws:
MBeanRegistrationException
MalformedObjectNameException
Copyright © 2005-2011 dozer. All Rights Reserved.