public interface BpelDAOConnectionFactory
Modifier and Type | Method and Description |
---|---|
BpelDAOConnection |
getConnection()
Create a JTA transaction-aware state store connection to an the state store.
|
javax.sql.DataSource |
getDataSource() |
void |
init(java.util.Properties properties)
Initializes connection factory with properties required to establish a
connection.
|
void |
shutdown() |
BpelDAOConnection getConnection()
BpelDAOConnection
connection object to the state
store.void init(java.util.Properties properties)
properties
- void shutdown()
javax.sql.DataSource getDataSource()