Skip navigation links 
 
oracle.jbo.server.svc
Class ServiceNonJTATxnHandlerImpl
java.lang.Object
  
oracle.jbo.server.DefaultTxnHandlerImpl
      
oracle.jbo.server.svc.ServiceNonJTATxnHandlerImpl
- All Implemented Interfaces:
 
- TransactionHandler
 
- 
public class ServiceNonJTATxnHandlerImpl
 
- extends DefaultTxnHandlerImpl
 
 
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ServiceNonJTATxnHandlerImpl
public ServiceNonJTATxnHandlerImpl(java.lang.String txnId,
                                   boolean inTransaction)
setInTransaction
public void setInTransaction(boolean inTransaction)
isInTransaction
public boolean isInTransaction()
handleCommit
public void handleCommit(java.sql.Connection conn,
                         boolean autoStart)
- Issues a commit() command to the JDBC connection.
 
- 
- Specified by:
 
handleCommit in interface TransactionHandler 
- Overrides:
 
handleCommit in class DefaultTxnHandlerImpl 
 
- 
- Throws:
 
DMLException - if an attempt to post to the database was unsuccessful. 
 
handleRollback
public void handleRollback(java.sql.Connection conn,
                           boolean autoStart)
- Issues a rollback() command to the JDBC connection.
 
- 
- Specified by:
 
handleRollback in interface TransactionHandler 
- Overrides:
 
handleRollback in class DefaultTxnHandlerImpl 
 
- 
- Throws:
 
DMLException - if an attempt to post to the database was unsuccessful. 
 
afterCompletion
public void afterCompletion()
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.