| Interface | Description |
|---|---|
| JDBCEIConfigFieldsIfc |
Generic interface used for maintaining static strings used to
identify various configuration parameters for the JDBC EI node.
|
| Class | Description |
|---|---|
| JDBCEIConfigGUI |
This class is used to build the configuration panel for the JDBC EI
node (JDBCEINode).
|
| JDBCEINode |
This node provides the ability to select data from a JDBC-compliant
database to be processed by the UDC application.
|
| JDBCEIRecord |
This class represents a single record used by the JDBC EI node.
|
| JDBCEIRecordFactory |
This factory class is responsible for receiving a ResultSet object from
a database query and contructing JDBCEIRecord objects for each row in the
ResultSet.
|
| JDBCEITransport |
This transport is responsible for periodically querying the specified
database and creating JDBCEIRecord objects to be processed.
|