org.apache.ode.bpel.engine
Class BpelDatabase
java.lang.Object
org.apache.ode.bpel.engine.BpelDatabase
public class BpelDatabase
- extends java.lang.Object
Mostly of historical interest. Provides transactional access to the BPEL database, defines a Callable-style
interface for transactions.
Should probably be eliminated. --mszefler 2007-07-26
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_sscf
protected BpelDAOConnectionFactory _sscf
_contexts
protected org.apache.ode.bpel.engine.Contexts _contexts
exec
public <T> T exec(BpelDatabase.Callable<T> callable)
throws java.lang.Exception
- Execute a self-contained database transaction.
- Parameters:
callable
- database transaction
- Returns:
-
- Throws:
DConnectionException
java.lang.Exception