|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.capsd.AbstractPlugin
org.opennms.netmgt.capsd.plugins.JMXPlugin
public abstract class JMXPlugin
Abstract JMXPlugin class.
| Constructor Summary | |
|---|---|
JMXPlugin()
|
|
| Method Summary | |
|---|---|
abstract ConnectionWrapper |
getMBeanServerConnection(Map<String,Object> parameterMap,
InetAddress address)
getMBeanServerConnection |
String |
getProtocolName()
Getter for the field protocolName. |
abstract String |
getProtocolName(Map<String,Object> parameterMap)
Getter for the field protocolName. |
boolean |
isProtocolSupported(InetAddress address,
Map<String,Object> map)
Returns true if the protocol defined by this plugin is supported. |
| Methods inherited from class org.opennms.netmgt.capsd.AbstractPlugin |
|---|
isProtocolSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMXPlugin()
| Method Detail |
|---|
public abstract String getProtocolName(Map<String,Object> parameterMap)
Getter for the field protocolName.
parameterMap - a Map object.
String object.
public abstract ConnectionWrapper getMBeanServerConnection(Map<String,Object> parameterMap,
InetAddress address)
getMBeanServerConnection
parameterMap - a Map object.address - a InetAddress object.
ConnectionWrapper object.public String getProtocolName()
Getter for the field protocolName.
getProtocolName in interface PlugingetProtocolName in class AbstractPluginString object.
public boolean isProtocolSupported(InetAddress address,
Map<String,Object> map)
isProtocolSupported in interface PluginisProtocolSupported in class AbstractPluginaddress - The address to check for support.map - The map where qualification are set by the plugin.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||