|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextException | |
|---|---|
| org.apache.ode.bpel.iapi | |
| Uses of ContextException in org.apache.ode.bpel.iapi |
|---|
| Methods in org.apache.ode.bpel.iapi that throw ContextException | ||
|---|---|---|
void |
Scheduler.cancelJob(java.lang.String jobId)
Make a good effort to cancel the job. |
|
|
Scheduler.execIsolatedTransaction(java.util.concurrent.Callable<T> transaction)
Same as execTransaction but executes in a different thread to guarantee isolation from the main execution thread. |
|
|
Scheduler.execTransaction(java.util.concurrent.Callable<T> transaction)
Execute a Callable in a transactional context. |
|
|
Scheduler.execTransaction(java.util.concurrent.Callable<T> transaction,
int timeout)
Execute a Callable in a transactional context. |
|
void |
MessageExchangeContext.invokePartner(PartnerRoleMessageExchange mex)
Invoke a partner. |
|
void |
Scheduler.registerSynchronizer(Scheduler.Synchronizer synch)
Register a transaction synchronizer. |
|
java.lang.String |
Scheduler.scheduleMapSerializableRunnable(Scheduler.MapSerializableRunnable runnable,
java.util.Date when)
Schedule a Runnable that will be executed on a dedicated thread pool. |
|
java.lang.String |
Scheduler.schedulePersistedJob(Scheduler.JobDetails jobDetail,
java.util.Date when)
Schedule a persisted job. |
|
java.lang.String |
Scheduler.scheduleVolatileJob(boolean transacted,
Scheduler.JobDetails jobDetail)
Schedule a volatile job for right now |
|
java.lang.String |
Scheduler.scheduleVolatileJob(boolean transacted,
Scheduler.JobDetails jobDetail,
java.util.Date when)
Schedule a volatile (non-persisted) job. |
|
void |
Scheduler.setJobProcessor(Scheduler.JobProcessor processor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||