Package org.opennms.core.tasks
Interface RunInBatch
-
- All Known Subinterfaces:
Scan
- All Known Implementing Classes:
ForceRescanScan
,IpInterfaceScan
,NewSuspectScan
,NodeScan
public interface RunInBatch
RunInBatch interface.
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(BatchTask batch)
run
-