public class VOIPAggregatorModule extends AggregatorModule
config, logger| Constructor and Description |
|---|
VOIPAggregatorModule(ConfigIfc config,
LoggerIfc logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(NAR nar)
Adds a field to the given NAR.
|
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 AggregatorModulepublic void addField(NAR nar)
nar - Field to add to NAR.