Package org.opennms.pris.api
Interface Source
- All Known Implementing Classes:
AbstractOcsSource
,FileRequisitionSource
,HttpRequisitionMergeSource
,HttpRequisitionSource
,JdbcSource
,OcsComputersReplaySource
,OcsComputersSource
,OcsSnmpDevicesReplaySource
,OcsSnmpDevicesSource
,ScriptSource
,XlsSource
public interface Source
A source for information used to create a requisition.
- Author:
- Dustin Frisch <fooker@lab.sh>
-
Nested Class Summary
-
Method Summary
-
Method Details
-
dump
Loads some information and returns them. There is no requirement to the returned object as long as there is a mapper available for mapping this data.- Returns:
- the loaded information
- Throws:
Exception
-