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()
AggregatorModule
getConfigData
in class AggregatorModule
public int[] recordInitFields()
AggregatorModule
recordInitFields
in class AggregatorModule
public void shutdown()
AggregatorModule
shutdown
in class AggregatorModule
public void addField(NAR nar)
nar
- Field to add to NAR.