|
|||||||||
| 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 org.apache.ode.bpel.iapi.Scheduler |
_scheduler
|
protected org.apache.ode.bpel.dao.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 org.apache.ode.bpel.dao.BpelDAOConnectionFactory _sscf
protected org.apache.ode.bpel.iapi.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 | ||||||||