|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.capsd.IfCollector.SupportedProtocol
This class is used to encapsulate the supported protocol information discovered for an interface. The is the combination of the protocol name and the in/out qualifiers for the plugin.
Field Summary | |
private java.lang.String |
m_name
The protocol name |
private java.util.Map |
m_qualifiers
The map of qualifiers from the plugin that discovered this protocol. |
Constructor Summary | |
(package private) |
IfCollector.SupportedProtocol(java.lang.String protoName,
java.util.Map qualifiers)
Creates a new supported protocol based upon the protocol string and the qualifier map. |
Method Summary | |
(package private) java.lang.String |
getProtocolName()
Returns the name of the discovered protocol. |
(package private) java.util.Map |
getQualifiers()
Returns the map of qualifiers from the plugin that discovered this protocol. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final java.lang.String m_name
private final java.util.Map m_qualifiers
Constructor Detail |
IfCollector.SupportedProtocol(java.lang.String protoName, java.util.Map qualifiers)
protoName
- The name of the protocol.qualifiers
- The protocol qualifiers.Method Detail |
java.lang.String getProtocolName()
java.util.Map getQualifiers()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |