Strategy ONE
JobManipulator
The JobManipulator interface is a derived interface of the MonitorManipulator interface. Besides supporting batch operations, the JobManipulator interface also supports single manipulation in the case that the user needs to kill only a single job or list of jobs.
The JobManipulator interface has the following methods:
- 
                                                    kill() Kills a single job or an array of jobs. 
If there is a failure in killing jobs, this method will throw a MonitorManipulationException. If there is a fatal error preventing this operation, such as a network error or server crash, this method will throw a WebObjectsAdminException.
- 
                                                    addDeletionTask() Adds a task to the batch operation list to delete a job or a list of jobs. 
