public class BpelDatabase
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
BpelDatabase.Callable<T> |
Modifier and Type | Field and Description |
---|---|
protected Scheduler |
_scheduler |
protected BpelDAOConnectionFactory |
_sscf |
Modifier and Type | Method and Description |
---|---|
<T> T |
exec(BpelDatabase.Callable<T> callable)
Execute a self-contained database transaction.
|
protected BpelDAOConnectionFactory _sscf
protected Scheduler _scheduler
public <T> T exec(BpelDatabase.Callable<T> callable) throws java.lang.Exception
callable
- database transactionDConnectionException
java.lang.Exception