[Index]
explorer
A container that allows multiple org.oddjob.monitor.OddjobExplorers to run.
This is the default job that Oddjob runs on startup.
Property Summary
| dir |
The directory the file chooser
should use when opening and saving Oddjobs. |
| file |
A file to load when the explorer starts. |
| fileHistorySize |
How many lines to keep in file history. |
| logFormat |
The log format for formatting log messages. |
| name |
A name, can be any text. |
| oddjobServices |
Internal services. |
| pollingInterval |
How often to poll in milli seconds for property updates. |
| stop |
Read only view of the internal stop flag. |
Property Detail
dir
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The directory the file chooser
should use when opening and saving Oddjobs.
file
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
A file to load when the explorer starts.
fileHistorySize
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
How many lines to keep in file history.
logFormat
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The log format for formatting log messages. For more
information on the format please see
http://logging.apache.org/log4j/docs/
name
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
A name, can be any text.
oddjobServices
| Configured By | ELEMENT |
| Access | WRITE_ONLY |
| Required | No. |
Internal services. Set automatically
by Oddjob.
pollingInterval
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
How often to poll in milli seconds for property updates.
stop
Read only view of the internal stop flag.
This flag is cleared with a reset.
(c) R Gordon Ltd 2005 - Present