Package | Description |
---|---|
com.ibm.tivoli.nm.collectors.framework.collector |
Contains all of the base classes for creating and defining an ITNM Java™ collector.
|
com.ibm.tivoli.nm.collectors.framework.store |
Provides implementations for the
CollectorDataStore
interface for storing network data collected by a given collector. |
com.ibm.tivoli.nm.collectors.framework.utils |
Contains utility methods for performing common functions within the Java™ collector framework.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectorDataStore.addDataSource(DataSource ds)
Add a new source of collector data from a given DataSource object
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Integer,DataSource> |
DataStore.dataSources
A store of all
DataSource s hashed by an integer data source ID. |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataStore.getDataSource(int sourceId) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,DataSource> |
DataStore.getDataSources() |
Modifier and Type | Method and Description |
---|---|
void |
DataStore.addDataSource(DataSource ds)
Add a new source of collector data.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CollectorValidationUtils.validateDataSourceData(DataSource dataSource)
Validate the basic data source data is correct
|
static boolean |
CollectorValidationUtils.validateDevices(DataSource dataSource)
Validate basic device data for all devices for a given data source
|