コード例 #1
0
ファイル: NodeScan.java プロジェクト: antonyjohnsont/opennms
 private void onAgentFound(
     final ContainerTask<?> currentPhase, final OnmsIpInterface primaryIface) {
   // Make AgentScan a NeedContainer class and have that call run
   currentPhase.add(createAgentScan(primaryIface.getIpAddress(), "SNMP"));
   setAgentFound(true);
 }