public abstract class AggregatorModule
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ConfigIfc |
config |
protected LoggerIfc |
logger |
Constructor and Description |
---|
AggregatorModule(ConfigIfc config,
LoggerIfc logger)
Creates the module with a config object and a logger object.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
getConfigData()
This method should obtain the necessary information from the
config class, in order to configure the module.
|
abstract int[] |
recordInitFields()
This method should return those field ID's that should be
included in a new record.
|
abstract void |
shutdown()
This method should handle shutting down the routines that have been
started by this class.
|
protected abstract void getConfigData()
public abstract int[] recordInitFields()
public abstract void shutdown()