Class IsIsProtocol
- java.lang.Object
-
- org.opennms.enlinkd.generator.protocol.Protocol<IsIsElement>
-
- org.opennms.enlinkd.generator.protocol.IsIsProtocol
-
public class IsIsProtocol extends Protocol<IsIsElement>
-
-
Constructor Summary
Constructors Constructor Description IsIsProtocol(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
-
IsIsProtocol
public IsIsProtocol(TopologySettings topologySettings, TopologyContext context)
-
-
Method Detail
-
createAndPersistProtocolSpecificEntities
public void createAndPersistProtocolSpecificEntities(List<OnmsNode> nodes)
- Specified by:
createAndPersistProtocolSpecificEntities
in classProtocol<IsIsElement>
-
getProtocol
public TopologyGenerator.Protocol getProtocol()
- Specified by:
getProtocol
in classProtocol<IsIsElement>
-
-