| |
|
| java.lang.Object org.jboss.test.tm.resource.MTOperation
MTOperation | public class MTOperation implements Serializable(Code) | | MultiThreaded Operations that can be executed concurrently.
Based on Operation class.
author: Dimitris Andreadis version: $Revision: 57211 $ |
TM_BEGIN | final public static int TM_BEGIN(Code) | | |
TM_COMMIT | final public static int TM_COMMIT(Code) | | |
TM_GET_STATUS | final public static int TM_GET_STATUS(Code) | | Available Operations
|
TM_RESUME | final public static int TM_RESUME(Code) | | |
TX_COMMIT | final public static int TX_COMMIT(Code) | | |
TX_REGISTER_SYNC | final public static int TX_REGISTER_SYNC(Code) | | |
XX_SLEEP_200 | final public static int XX_SLEEP_200(Code) | | |
XX_WAIT_FOR | final public static int XX_WAIT_FOR(Code) | | |
log | protected static Logger log(Code) | | The Logger
|
op | protected int op(Code) | | The operation to execute
|
resources | protected static Map resources(Code) | | Shared resources
|
throwable | protected Throwable throwable(Code) | | Set when an exception is expected
|
tm | protected static TransactionManager tm(Code) | | TM instance
|
transactions | protected static Map transactions(Code) | | Active Transactions
|
MTOperation | public MTOperation(int op)(Code) | | |
MTOperation | public MTOperation(int op, int id)(Code) | | |
destroy | public static void destroy()(Code) | | Cleanup
|
getTM | public static TransactionManager getTM() throws Exception(Code) | | Lazy TransactionManager lookup
|
init | public static void init(Logger log) throws Exception(Code) | | Setup static objects for the test
|
|
|
|