|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.engine.BpelDatabase
public class BpelDatabase
Encapsulates transactional access to the BPEL database.
Nested Class Summary | |
---|---|
static interface |
BpelDatabase.Callable<T>
|
Field Summary | |
---|---|
protected Scheduler |
_scheduler
|
protected BpelDAOConnectionFactory |
_sscf
|
Method Summary | ||
---|---|---|
|
exec(BpelDatabase.Callable<T> callable)
Execute a self-contained database transaction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BpelDAOConnectionFactory _sscf
protected Scheduler _scheduler
Method Detail |
---|
public <T> T exec(BpelDatabase.Callable<T> callable) throws java.lang.Exception
callable
- database transaction
DConnectionException
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |