ITNM Java? Collector API Guide

ITNM’s Java™ based Collectors are shipped with a Collector framework, which eases development by taking care of XML generation and some ITNM facing tasks.

See: Description

Java? Collector Framework 
Package Description
com.ibm.tivoli.nm.collectors.framework
Provides all of the classes necessary to create an ITNM Java™ based collector.
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.
Java? CORBA Collector Framework 
Package Description
com.ibm.tivoli.nm.collectors.framework.corba
Provides the base classes forming a framework used by ITNM Java™ Collectors to query and retrieve data using CORBA.
com.ibm.tivoli.nm.collectors.framework.corba.executor
Interface and factory for the CORBA Executor
com.ibm.tivoli.nm.collectors.framework.corba.impl.c3gpp
Classes providing functionality to support the 3GPP v2.5 CORBA implementation.
com.ibm.tivoli.nm.collectors.framework.corba.impl.c3gpp.util
Utility classes specific for the 3GPP v2.5 CORBA Framework.
com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814
Classes providing functionality to support the TMF814 v2.1 CORBA implementation.
com.ibm.tivoli.nm.collectors.framework.corba.ior
Interface and factory for the CORBA Interoperable Object References Processor
com.ibm.tivoli.nm.collectors.framework.corba.iterator
Interface and factory for the CORBA Iterator
com.ibm.tivoli.nm.collectors.framework.corba.nameservice
Interface and factory for the CORBA Name Service Manager
com.ibm.tivoli.nm.collectors.framework.corba.orb
Interface and factory for the CORBA ORB Manager
com.ibm.tivoli.nm.collectors.framework.corba.properties
Interface and factory for the CORBA Properties
com.ibm.tivoli.nm.collectors.framework.corba.provider
Interface and factory for the CORBA Provider
com.ibm.tivoli.nm.collectors.framework.corba.session
Interface and factory for the CORBA Session
Java? CSV Collector 
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.
Sample Java? Collectors 
Package Description
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.
Other Packages 
Package Description
com.ibm.tivoli.nm.logging.messages