| Adapt the given job object to the Quartz Job interface.
The default implementation supports straight Quartz Jobs
as well as Runnables, which get wrapped in a DelegatingJob.
Parameters: jobObject - the original instance of the specified job class the adapted Quartz Job instance throws: Exception - if the given job could not be adapted See Also: DelegatingJob |