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 voidThis 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.voidshutdown()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:AggregatorModuleThis method should obtain the necessary information from the config class, in order to configure the module.- Specified by:
getConfigDatain classAggregatorModule
-
recordInitFields
public int[] recordInitFields()Description copied from class:AggregatorModuleThis method should return those field ID's that should be included in a new record.- Specified by:
recordInitFieldsin 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:AggregatorModuleThis method should handle shutting down the routines that have been started by this class.- Specified by:
shutdownin classAggregatorModule
-