Package com.nt.udc.aggregator.util
Class GPRSAggregatorModule
java.lang.Object
com.nt.udc.aggregator.AggregatorModule
com.nt.udc.aggregator.util.GPRSAggregatorModule
-
Field Summary
Fields inherited from class com.nt.udc.aggregator.AggregatorModule
config, logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
This method should obtain the necessary information from the config class, in order to configure the module.int[]
This method should return those field ID's that should be included in a new record.void
shutdown()
This method should handle shutting down the routines that have been started by this class.
-
Constructor Details
-
GPRSAggregatorModule
-
-
Method Details
-
getConfigData
protected void getConfigData()Description copied from class:AggregatorModule
This method should obtain the necessary information from the config class, in order to configure the module.- Specified by:
getConfigData
in classAggregatorModule
-
recordInitFields
public int[] recordInitFields()Description copied from class:AggregatorModule
This method should return those field ID's that should be included in a new record.- Specified by:
recordInitFields
in classAggregatorModule
- Returns:
- Field ID's to include in a new record that is inserted into the table.
-
shutdown
public void shutdown()Description copied from class:AggregatorModule
This method should handle shutting down the routines that have been started by this class.- Specified by:
shutdown
in classAggregatorModule
-