| java.lang.Object com.sun.jbi.messaging.FakeTransactionManager
FakeTransactionManager | public class FakeTransactionManager implements javax.transaction.TransactionManager(Code) | | Simple utility class that implements a TransactionManager for testing.
binding tests in independent threads.
author: Sun Microsystems, Inc. |
begin | public void begin() throws javax.transaction.NotSupportedException, javax.transaction.SystemException(Code) | | |
getStatus | public int getStatus() throws javax.transaction.SystemException(Code) | | |
getTM | public static TransactionManager getTM()(Code) | | |
getTransaction | public javax.transaction.Transaction getTransaction() throws javax.transaction.SystemException(Code) | | |
setTransactionTimeout | public void setTransactionTimeout(int param) throws javax.transaction.SystemException(Code) | | |
suspend | public javax.transaction.Transaction suspend() throws javax.transaction.SystemException(Code) | | |
|
|