| executorService | The ExecutorService to use. |
| jobs | The child jobs. |
| join | |
| name | A name, can be any text. |
| stop | Read only view of the internal stop flag. |
| Example 1 | COMPLETE if either files exist, INCOMPLETE otherwise. |
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
The ExecutorService to use. This will be automatically set by Oddjob.
| Configured By | ELEMENT |
| Access | WRITE_ONLY |
| Required | No, but pointless if missing. |
The child jobs.
| Access | READ_ONLY |
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
A name, can be any text.
| Access | READ_ONLY |
Read only view of the internal stop flag. This flag is cleared with a reset.
COMPLETE if either files exist, INCOMPLETE otherwise.
<or:and xmlns:state="http://rgordon.co.uk/oddjob/state"> <jobs> <exists file="doesntexist1"/> <exists file="doesntexist2"/> </jobs> </or:and>