/* */ }
/* 910 */ triggerListeners[i] = listener;
/* */ }
/* */
/* 917 */ JobRunShellFactory jrsf = null;
/* 918 */ UserTransactionHelper userTxHelper = null;
/* */
/* 920 */ if (wrapJobInTx) {
/* 921 */ userTxHelper = new UserTransactionHelper(userTXLocation);
/* */ }
/* 923 */ if (wrapJobInTx) jrsf = new JTAJobRunShellFactory(userTxHelper);
/* */ else {
/* 925 */ jrsf = new StdJobRunShellFactory();
/* */ }