public class TestTransactionalConnection extends Object implements org.mule.runtime.extension.api.connectivity.TransactionalConnection
| Constructor and Description |
|---|
TestTransactionalConnection() |
| 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()
public boolean isTransactionCommited()
public boolean isTransactionRolledback()
public void disconnect()
public boolean isConnected()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.