public abstract class ConfigurableAdapter extends java.lang.Object implements Configurable
toString()
and keeps a
references to the Confurable
's logger.Modifier and Type | Field and Description |
---|---|
protected java.util.logging.Logger |
logger |
Constructor and Description |
---|
ConfigurableAdapter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
protected void |
initLogger() |
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
java.lang.String |
toString()
Returns the name of this BaseDataProcessor.
|
protected void initLogger()
public void newProperties(PropertySheet ps) throws PropertyException
Configurable
newProperties
in interface Configurable
ps
- a property sheet holding the new dataPropertyException
- if there is a problem with the properties.public java.lang.String getName()
Configurable
.public java.lang.String toString()
toString
in class java.lang.Object