Package com.nt.udc.ei.node.jdbc
package com.nt.udc.ei.node.jdbc
-
ClassDescriptionGeneric interface used for maintaining static strings used to identify various configuration parameters for the JDBC EI node.This class is used to build the configuration panel for the JDBC EI node (JDBCEINode).This node provides the ability to select data from a JDBC-compliant database to be processed by the UDC application.This class represents a single record used by the JDBC EI node.This factory class is responsible for receiving a ResultSet object from a database query and contructing JDBCEIRecord objects for each row in the ResultSet.This transport is responsible for periodically querying the specified database and creating JDBCEIRecord objects to be processed.