public class GPRSAggregatorModule extends AggregatorModule
config, logger| Constructor and Description |
|---|
GPRSAggregatorModule(ConfigIfc config,
LoggerIfc logger) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
getConfigData()
This method should obtain the necessary information from the
config class, in order to configure the module.
|
int[] |
recordInitFields()
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.
|
protected void getConfigData()
AggregatorModulegetConfigData in class AggregatorModulepublic int[] recordInitFields()
AggregatorModulerecordInitFields in class AggregatorModulepublic void shutdown()
AggregatorModuleshutdown in class AggregatorModule