public class BpelDAOConnectionFactoryImpl extends java.lang.Object implements BpelDAOConnectionFactory
Constructor and Description |
---|
BpelDAOConnectionFactoryImpl(Scheduler sched) |
BpelDAOConnectionFactoryImpl(Scheduler sched,
long ttl) |
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() |
public BpelDAOConnectionFactoryImpl(Scheduler sched)
public BpelDAOConnectionFactoryImpl(Scheduler sched, long ttl)
public BpelDAOConnection getConnection()
BpelDAOConnectionFactory
getConnection
in interface BpelDAOConnectionFactory
BpelDAOConnection
connection object to the state
store.public void init(java.util.Properties properties)
BpelDAOConnectionFactory
init
in interface BpelDAOConnectionFactory
BpelDAOConnectionFactory.init(java.util.Properties)
public void shutdown()
shutdown
in interface BpelDAOConnectionFactory
public javax.sql.DataSource getDataSource()
getDataSource
in interface BpelDAOConnectionFactory