Java Doc for TransactionImportManager.java in » 6.0-JDK-Modules-com.sun » wsit » com » sun » xml » ws » tx » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation
public class TransactionImportManager implements TransactionImport(Code)
Access Transaction Inflow Contract from Java Connector 1.5 API.
Assumption is the underlying TransactionManager is implementing this
interface.
Separate this from TransactionManagerImpl since this provides mostly service side assistance.
Assists in supporting application client and standalone client to separate from more commonly
used methods in TransactionManagerImpl.
public static TransactionImport getInstance()(Code)
getTransactionRemainingTimeout
public int getTransactionRemainingTimeout() throws SystemException(Code)
Returns in seconds duration till current transaction times out.
Returns negative value if transaction has already timedout.
Returns 0 if there is no timeout.
Returns 0 if any exceptions occur looking up remaining transaction timeout.
Recreate a transaction based on the Xid. This call causes the calling
thread to be associated with the specified transaction.
Parameters: xid - the Xid object representing a transaction.
Release a transaction. This call causes the calling thread to be
dissociated from the specified transaction.
Parameters: xid - the Xid object representing a transaction.