org.opennms.netmgt.capsd.plugins
Class Jsr160Plugin

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.Jsr160Plugin
All Implemented Interfaces:
Plugin

public class Jsr160Plugin
extends JMXPlugin


Constructor Summary
Jsr160Plugin()
           
 
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

Jsr160Plugin

public Jsr160Plugin()
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.