| Package | Description |
|---|---|
| org.apache.ode.bpel.iapi |
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.cancelJob(java.lang.String jobId)
Make a good effort to cancel the job.
|
<T> java.util.concurrent.Future<T> |
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.
|
<T> T |
Scheduler.execTransaction(java.util.concurrent.Callable<T> transaction)
Execute a
Callable in a transactional context. |
<T> T |
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) |
Copyright © 2015 WSO2. All Rights Reserved.