Interface | Description |
---|---|
CollectorIf |
Use this interface to specify all the required components needed to perform
inventory collection.
|
InventoryItemIf | |
ItemDataObjectBinderIf |
Implement this interface to convert device data into POJOs.
|
ItemParserIf |
Implement this interface if you need to perform some parsing to the collected device data before
passing it along.
|
MappedItemListener | |
NodeConnectorIf |
Interface for handling device connection and querying.
|
Class | Description |
---|---|
CollectorFactory |
A factory that instantiates InventoryCollectors for each account in the
system matching the value returned from accountType.
|
CollectorFactoryRegistry | |
CommandResponse | |
InventoryCollector |
This class facilitates the entire process of inventory collection.
|
InventoryCollector2 | |
InventoryCollectorFactory | |
JDOPersistenceListener | |
NGInventoryCollectorFactory | |
PersistenceListener |
Extend this class if you need to implement your own persistence logic.
|