Package | Description |
---|---|
com.ibm.tivoli.nm.collectors.csv |
Contains an implementation of a generic CSV collector that parses one or more delimited data files for network data.
|
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.server |
Contains the class required to run any given 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.
|
com.ibm.tivoli.nm.collectors.sample |
Contains very simple sample collector implementations to demonstrate how to use the basic functionalities of the Java™ collector framework.
|
Class and Description |
---|
Collector
Class to be extended to create a java based ITNM collector.
|
Class and Description |
---|
CollectorDataStore
Interface for a data store to store ITNM collector data.
|
CollectorException
Exception thrown by the ITNM collector framework.
|
Class and Description |
---|
Collector
Class to be extended to create a java based ITNM collector.
|
Class and Description |
---|
CollectorDataStore
Interface for a data store to store ITNM collector data.
|
CollectorException
Exception thrown by the ITNM collector framework.
|
Class and Description |
---|
CollectorException
Exception thrown by the ITNM collector framework.
|
CollectorValidationException
Exception thrown when collector data validation checking fails.
|
Class and Description |
---|
Collector
Class to be extended to create a java based ITNM collector.
|