org.opennms.netmgt.capsd.plugins
Class MX4JPlugin

java.lang.Object
  extended by org.opennms.netmgt.capsd.AbstractPlugin
      extended by org.opennms.netmgt.capsd.plugins.JMXPlugin
          extended by org.opennms.netmgt.capsd.plugins.MX4JPlugin
All Implemented Interfaces:
Plugin

public class MX4JPlugin
extends JMXPlugin


Constructor Summary
MX4JPlugin()
           
 
Method Summary
 ConnectionWrapper getMBeanServerConnection(Map<String,Object> parameterMap, InetAddress address)
           
 String getProtocolName(Map<String,Object> map)
           
 boolean isProtocolSupported(InetAddress address)
          Returns true if the protocol defined by this plugin is supported.
 
Methods inherited from class org.opennms.netmgt.capsd.plugins.JMXPlugin
getProtocolName, isProtocolSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MX4JPlugin

public MX4JPlugin()
Method Detail

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.