Class OcsSnmpDevicesReplaySource.Factory
java.lang.Object
org.opennms.opennms.pris.plugins.ocs.source.OcsSnmpDevicesReplaySource.Factory
- All Implemented Interfaces:
Source.Factory
- Enclosing class:
- OcsSnmpDevicesReplaySource
@MetaInfServices
public static class OcsSnmpDevicesReplaySource.Factory
extends Object
implements Source.Factory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(InstanceConfiguration config) Creates a source.Returns the identifier used to created a source using this factory.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getIdentifier
Description copied from interface:Source.Factory
Returns the identifier used to created a source using this factory.- Specified by:
getIdentifier
in interfaceSource.Factory
- Returns:
- the identifier string
-
create
Description copied from interface:Source.Factory
Creates a source.- Specified by:
create
in interfaceSource.Factory
- Parameters:
config
- the configuration used to build the source- Returns:
- the created source
-