public class TestLocalTransactionalConnection extends Object implements TestTransactionalConnection
| Constructor and Description |
|---|
TestLocalTransactionalConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
commit() |
void |
disconnect() |
boolean |
isConnected() |
boolean |
isTransactionBegun() |
boolean |
isTransactionCommited() |
boolean |
isTransactionRolledback() |
void |
rollback() |
public void begin()
throws Exception
begin in interface org.mule.runtime.extension.api.tx.TransactionalExceptionpublic void commit()
throws Exception
commit in interface org.mule.runtime.extension.api.tx.TransactionalExceptionpublic void rollback()
throws Exception
rollback in interface org.mule.runtime.extension.api.tx.TransactionalExceptionpublic boolean isTransactionBegun()
isTransactionBegun in interface TestTransactionalConnectionpublic boolean isTransactionCommited()
isTransactionCommited in interface TestTransactionalConnectionpublic boolean isTransactionRolledback()
isTransactionRolledback in interface TestTransactionalConnectionpublic void disconnect()
disconnect in interface TestTransactionalConnectionpublic boolean isConnected()
isConnected in interface TestTransactionalConnectionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.