Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C D G I J L O R S U

B

begin() - Method in class org.quartz.ee.jta.JTAJobRunShell
 
borrowJobRunShell() - Method in class org.quartz.ee.jta.JTAJobRunShellFactory
Called by the org.quartz.core.QuartzSchedulerThread to obtain instances of org.quartz.core.JobRunShell.

C

complete(boolean) - Method in class org.quartz.ee.jta.JTAJobRunShell
 
ctxt - Variable in class org.quartz.ee.jta.UserTransactionHelper
 

D

DEFAULT_USER_TX_LOCATION - Static variable in class org.quartz.ee.jta.UserTransactionHelper
 

G

getUserTxLocation() - Method in class org.quartz.ee.jta.UserTransactionHelper
 

I

initCtxt - Variable in class org.quartz.ee.jta.JTAJobRunShellFactory
 
initialize(Scheduler, SchedulingContext) - Method in class org.quartz.ee.jta.JTAJobRunShellFactory
Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and the JobExecutionContext s within it, and a handle to the SchedulingContext that the shell will use in its own operations with the JobStore.

J

JTAJobRunShell - class org.quartz.ee.jta.JTAJobRunShell.
An extension of org.quartz.core.JobRunShell that begins an XA transaction before executing the Job, and commits (or rolls-back) the transaction after execution completes.
JTAJobRunShell(JobRunShellFactory, Scheduler, SchedulingContext, UserTransactionHelper) - Constructor for class org.quartz.ee.jta.JTAJobRunShell
Create a JTAJobRunShell instance with the given settings.
JTAJobRunShellFactory - class org.quartz.ee.jta.JTAJobRunShellFactory.
Responsible for creating the instances of JTAJobRunShell to be used within the org.quartz.core.QuartzScheduler instance.
JTAJobRunShellFactory(UserTransactionHelper) - Constructor for class org.quartz.ee.jta.JTAJobRunShellFactory
 

L

lookup() - Method in class org.quartz.ee.jta.UserTransactionHelper
 

O

org.quartz.ee.jta - package org.quartz.ee.jta
 

R

returnJobRunShell(JobRunShell) - Method in class org.quartz.ee.jta.JTAJobRunShellFactory
Called by the org.quartz.core.QuartzSchedulerThread to return instances of org.quartz.core.JobRunShell.

S

schedCtxt - Variable in class org.quartz.ee.jta.JTAJobRunShellFactory
 
scheduler - Variable in class org.quartz.ee.jta.JTAJobRunShellFactory
 
setUserTxLocation(String) - Method in class org.quartz.ee.jta.UserTransactionHelper
Set the JNDI URL at which the Application Server's UserTransaction can be found.

U

UserTransactionHelper - class org.quartz.ee.jta.UserTransactionHelper.
A helper for obtaining a handle to a UserTransaction...
UserTransactionHelper(String) - Constructor for class org.quartz.ee.jta.UserTransactionHelper
Create a UserTransactionHelper instance with the given settings.
userTxHelper - Variable in class org.quartz.ee.jta.JTAJobRunShell
 
userTxHelper - Variable in class org.quartz.ee.jta.JTAJobRunShellFactory
 
userTxURL - Variable in class org.quartz.ee.jta.UserTransactionHelper
 
ut - Variable in class org.quartz.ee.jta.JTAJobRunShell
 
ut - Variable in class org.quartz.ee.jta.UserTransactionHelper
 

B C D G I J L O R S U