org.opennms.netmgt.capsd.plugins
Class MX4JPlugin
java.lang.Object
org.opennms.netmgt.capsd.AbstractPlugin
org.opennms.netmgt.capsd.plugins.JMXPlugin
org.opennms.netmgt.capsd.plugins.MX4JPlugin
- All Implemented Interfaces:
- Plugin
public class MX4JPlugin
- extends JMXPlugin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MX4JPlugin
public MX4JPlugin()
getMBeanServerConnection
public ConnectionWrapper getMBeanServerConnection(Map<String,Object> parameterMap,
InetAddress address)
- Specified by:
getMBeanServerConnection in class JMXPlugin
getProtocolName
public String getProtocolName(Map<String,Object> map)
- Specified by:
getProtocolName in class JMXPlugin
isProtocolSupported
public boolean isProtocolSupported(InetAddress address)
- Description copied from class:
AbstractPlugin
- Returns true if the protocol defined by this plugin is supported. If the
protocol is not supported then a false value is returned to the caller.
- Specified by:
isProtocolSupported in interface Plugin- Specified by:
isProtocolSupported in class AbstractPlugin
- Parameters:
address - The address to check for support.
- Returns:
- True if the protocol is supported by the address.
Copyright © 2009. All Rights Reserved.