|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.memdao.BpelDAOConnectionFactoryImpl
public class BpelDAOConnectionFactoryImpl
Connection factory for the in-memory state store.
Constructor Summary | |
---|---|
BpelDAOConnectionFactoryImpl(javax.transaction.TransactionManager txm)
|
Method Summary | |
---|---|
BpelDAOConnection |
getConnection()
Create a JTA transaction-aware state store connection to an the state store. |
void |
init(java.util.Properties properties)
Initializes connection factory with properties required to establish a connection. |
void |
shutdown()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BpelDAOConnectionFactoryImpl(javax.transaction.TransactionManager txm)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |