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.server |
Contains the class required to run any given collector.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVCollector
A collector implementation that parses one or more CSV files to collect
network data.
|
Modifier and Type | Method and Description |
---|---|
static void |
CollectorEmbeddedServer.runEmbeddedServer(Collector c)
Run an embedded XML-RPC server to host the collector, looking it up in a
properties file if one exists
|
static void |
CollectorEmbeddedServer.runEmbeddedServer(Collector c,
int port)
Run an embedded XML-RPC server to host the collector on the given port
|
static void |
CollectorEmbeddedServer.runEmbeddedServer(Collector c,
java.lang.String[] args)
Run an embedded XML-RPC server to host the collector, passing in command
line arguments to optionally specify the port number
|
Modifier and Type | Class and Description |
---|---|
class |
SampleCollector
Sample use of the
Collector super class. |
class |
SampleLTECollector
Sample class for a java based ITNM collector that handles LTE data
|
class |
SampleRANCollector
Sample class for a java based ITNM collector that handles RAN data.
|