|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.persistence.db.DbPersistenceServiceFactory
org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory
public class JtaDbPersistenceServiceFactory
The JTA persistence service enables jBPM to participate in JTA transactions.
If an existing transaction is underway, JtaDbPersistenceService
clings to it; otherwise it starts a new transaction.
isCurrentSessionEnabledisTransactionEnabled
| Constructor Summary | |
|---|---|
JtaDbPersistenceServiceFactory()
|
|
| Method Summary | |
|---|---|
javax.transaction.UserTransaction |
getUserTransaction()
|
Service |
openService()
open a service. |
| Methods inherited from class org.jbpm.persistence.db.DbPersistenceServiceFactory |
|---|
cleanSchema, close, createSchema, dropSchema, getConfiguration, getDataSource, getDataSourceJndiName, getSchemaExport, getSessionFactory, getSessionFactoryJndiName, isCurrentSessionEnabled, isTransactionEnabled, setConfiguration, setCurrentSessionEnabled, setDataSource, setDataSourceJndiName, setSchemaExport, setSessionFactory, setSessionFactoryJndiName, setTransactionEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JtaDbPersistenceServiceFactory()
| Method Detail |
|---|
public Service openService()
ServiceFactory
openService in interface ServiceFactoryopenService in class DbPersistenceServiceFactorypublic javax.transaction.UserTransaction getUserTransaction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||