java.lang.Objectorg.quartz.ee.jta.JTAJobRunShellFactory
All Implemented Interfaces:
JobRunShellFactory
Responsible for creating the instances of org.quartz.ee.jta.JTAJobRunShell
to be used within the
This implementation does not re-use any objects, it simply makes a new
JTAJobRunShell each time borrowJobRunShell() is called.
James - House| Constructor: |
|---|
|
| Method from org.quartz.ee.jta.JTAJobRunShellFactory Summary: |
|---|
| borrowJobRunShell, initialize, returnJobRunShell |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.ee.jta.JTAJobRunShellFactory Detail: |
|---|
Called by the |
Initialize the factory, providing a handle to the |
Called by the |