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 voidcreateAndPersistProtocolSpecificEntities(List<OnmsNode> nodes)TopologyGenerator.ProtocolgetProtocol()- 
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:
 createAndPersistProtocolSpecificEntitiesin classProtocol<CdpElement>
 
- 
getProtocol
public TopologyGenerator.Protocol getProtocol()
- Specified by:
 getProtocolin classProtocol<CdpElement>
 
 - 
 
 -