Class CdpProtocol
- java.lang.Object
-
- org.opennms.enlinkd.generator.protocol.Protocol<CdpElement>
-
- org.opennms.enlinkd.generator.protocol.CdpProtocol
-
public class CdpProtocol extends Protocol<CdpElement>
-
-
Constructor Summary
Constructors Constructor Description CdpProtocol(TopologySettings topologySettings, TopologyContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createAndPersistProtocolSpecificEntities(List<OnmsNode> nodes)
TopologyGenerator.Protocol
getProtocol()
-
Methods inherited from class org.opennms.enlinkd.generator.protocol.Protocol
adoptAndVerifySettings, createAndPersistNetwork, createCategory, createIpInterface, createIpInterfaces, createNode, createNodes, createPairGenerator, createSnmpInterface, createSnmpInterfaces, printProtocolSpecificMessage
-
-
-
-
Constructor Detail
-
CdpProtocol
public CdpProtocol(TopologySettings topologySettings, TopologyContext context)
-
-
Method Detail
-
createAndPersistProtocolSpecificEntities
public void createAndPersistProtocolSpecificEntities(List<OnmsNode> nodes)
- Specified by:
createAndPersistProtocolSpecificEntities
in classProtocol<CdpElement>
-
getProtocol
public TopologyGenerator.Protocol getProtocol()
- Specified by:
getProtocol
in classProtocol<CdpElement>
-
-