Package org.opennms.nrtg.api
Interface ProtocolCollector
-
- All Known Implementing Classes:
SnmpProtocolCollector
,TcaProtocolCollector
public interface ProtocolCollector
Interface for a protocol specific collector.a protocol collector does the actual work of a collection job, by collecting the data-points from the node via the protocol.
There should only be one collector per protocol.
- Author:
- Simon Walter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionJob
collect(CollectionJob job)
String
getProtcol()
-
-
-
Method Detail
-
getProtcol
String getProtcol()
-
collect
CollectionJob collect(CollectionJob job)
-
-