public class ConfigMonitor extends java.lang.Object implements Configurable, java.lang.Runnable, Monitor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_OUTFILE |
static java.lang.String |
PROP_SAVE_CONFIG_AS_XML
The property that is used to indicate whether or not this monitor should save the configuration in an XML
document
|
static java.lang.String |
PROP_SHOW_CONFIG
The property that is used to indicate whether or not this monitor should show the current configuration.
|
static java.lang.String |
PROP_SHOW_CONFIG_AS_GDL
The property that is used to indicate whether or not this monitor should dump the configuration in an GDL
document
|
static java.lang.String |
PROP_SHOW_CONFIG_AS_HTML
The property that is used to indicate whether or not this monitor should dump the configuration in an HTML
document
|
Constructor and Description |
---|
ConfigMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
void |
run() |
@S4Boolean(defaultValue=false) public static final java.lang.String PROP_SHOW_CONFIG
@S4Boolean(defaultValue=false) public static final java.lang.String PROP_SHOW_CONFIG_AS_HTML
@S4Boolean(defaultValue=false) public static final java.lang.String PROP_SHOW_CONFIG_AS_GDL
@S4Boolean(defaultValue=false) public static final java.lang.String PROP_SAVE_CONFIG_AS_XML
@S4String(mandatory=false) public static final java.lang.String PROP_OUTFILE
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 void run()
run
in interface java.lang.Runnable