|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BpelDAOConnectionFactoryJDBC
Extension of the BpelDAOConnectionFactory
interface for DAOs that
are based on J2EE/JDBC data sources.
Method Summary | |
---|---|
void |
setDataSource(javax.sql.DataSource ds)
Set the managed data source (transactions tied to transaction manager). |
void |
setTransactionManager(java.lang.Object tm)
Set the transaction manager. |
void |
setUnmanagedDataSource(javax.sql.DataSource ds)
Set the unmanaged data source. |
Methods inherited from interface org.apache.ode.bpel.dao.BpelDAOConnectionFactory |
---|
getConnection, init, shutdown |
Method Detail |
---|
void setDataSource(javax.sql.DataSource ds)
ds
- void setUnmanagedDataSource(javax.sql.DataSource ds)
ds
- void setTransactionManager(java.lang.Object tm)
tm
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |