List of usage examples for javax.transaction Status interface-usage
From source file org.apache.slide.common.AbstractXAServiceBase.java
/**
* Slide Service abstract implementation.
*
* Changes: Removed the inheritance from AbstractXAResource and pasted the code in here so we could switch to
* using a different implementation of XidWrapper.
*
From source file org.apache.slide.store.txfile.AbstractTxFileStoreService.java
/**
* Abstract base for transactional file stores.
*
* Even though the <code>XAResource</code> interface is implemented,
* this code does not provide conformance to the JTA/JTS or XA spec.
*
From source file org.etk.entity.engine.plugins.transaction.TransactionUtil.java
/**
* <p>
* Transaction Utility to help with some common transaction tasks
* <p>
* Provides a wrapper around the transaction objects to allow for changes in
* underlying implementations in the future.
From source file org.noerp.entity.transaction.TransactionUtil.java
/** * <p>Transaction Utility to help with some common transaction tasks * <p>Provides a wrapper around the transaction objects to allow for changes in underlying implementations in the future. */ public class TransactionUtil implements Status { // Debug module name
From source file org.ofbiz.entity.transaction.TransactionUtil.java
/** * <p>Transaction Utility to help with some common transaction tasks * <p>Provides a wrapper around the transaction objects to allow for changes in underlying implementations in the future. */ public class TransactionUtil implements Status { // Debug module name
From source file org.apache.ofbiz.entity.transaction.TransactionUtil.java
/** * <p>Transaction Utility to help with some common transaction tasks * <p>Provides a wrapper around the transaction objects to allow for changes in underlying implementations in the future. */ public final class TransactionUtil implements Status { // Debug module name