Class GPRSAggregatorModule

java.lang.Object
com.nt.udc.aggregator.AggregatorModule
com.nt.udc.aggregator.util.GPRSAggregatorModule

public class GPRSAggregatorModule extends AggregatorModule
  • Constructor Details

  • 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 class AggregatorModule
    • 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 class AggregatorModule
      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 class AggregatorModule