public class AggrConfig extends AggregatorModule implements ConfigIfc
config, logger
Constructor and Description |
---|
AggrConfig(ConfigIfc config,
ConfigIfc rules,
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.
|
java.lang.Object |
getConfigObject(java.lang.String ifcType)
Returns an instance of the given ifcType that can handle
the given interface's aggregator feature.
|
java.lang.String |
getItem(java.lang.String key)
Looks in both the config file and the rules file for a given
setting.
|
int[] |
recordInitFields()
Returns those fields needed by a newly created record.
|
void |
setItem(java.lang.String key,
java.lang.String value)
Not supported.
|
void |
shutdown()
Performs shutdown-related procedures
|
protected void getConfigData()
AggregatorModule
getConfigData
in class AggregatorModule
public int[] recordInitFields()
recordInitFields
in class AggregatorModule
public void shutdown()
shutdown
in class AggregatorModule
public java.lang.String getItem(java.lang.String key)
public void setItem(java.lang.String key, java.lang.String value)
public java.lang.Object getConfigObject(java.lang.String ifcType)
ifcType
- Interface, defining the feature we're looking for.