All Known Implementing Classes:
JTAJobRunShellFactory, StdJobRunShellFactory
Responsible for creating the instances of JobRunShell
to be used within the
Although this interface looks a lot like an 'object pool', implementations
do not have to support the re-use of instances. If an implementation does
not wish to pool instances, then the borrowJobRunShell()
method would simply create a new instance, and the returnJobRunShell
method would do nothing.
James - House| Method from org.quartz.core.JobRunShellFactory Summary: |
|---|
| borrowJobRunShell, initialize, returnJobRunShell |
| Method from org.quartz.core.JobRunShellFactory Detail: |
|---|
Called by the |
Initialize the factory, providing a handle to the |
Called by the |