|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.persistence.db.DbPersistenceService
org.jbpm.persistence.jta.JtaDbPersistenceService
public class JtaDbPersistenceService
Field Summary |
---|
Fields inherited from class org.jbpm.persistence.db.DbPersistenceService |
---|
connection, contextSession, graphSession, isCurrentSessionEnabled, isTransactionEnabled, jobSession, loggingSession, mustConnectionBeClosed, mustSessionBeClosed, mustSessionBeFlushed, persistenceServiceFactory, services, session, taskMgmtSession |
Constructor Summary | |
---|---|
JtaDbPersistenceService(JtaDbPersistenceServiceFactory persistenceServiceFactory)
|
Method Summary | |
---|---|
void |
beginTransaction()
|
protected java.lang.Exception |
commit()
|
boolean |
isJtaTxCreated()
|
boolean |
isTransactionActive()
|
protected boolean |
isTransactionManagedExternally()
|
protected boolean |
isTransactionRollbackOnly()
|
protected java.lang.Exception |
rollback()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JtaDbPersistenceService(JtaDbPersistenceServiceFactory persistenceServiceFactory)
Method Detail |
---|
public boolean isTransactionActive()
isTransactionActive
in class DbPersistenceService
protected boolean isTransactionManagedExternally()
isTransactionManagedExternally
in class DbPersistenceService
protected boolean isTransactionRollbackOnly()
isTransactionRollbackOnly
in class DbPersistenceService
public void beginTransaction()
beginTransaction
in class DbPersistenceService
protected java.lang.Exception commit()
commit
in class DbPersistenceService
protected java.lang.Exception rollback()
rollback
in class DbPersistenceService
public boolean isJtaTxCreated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |