public class WebSphereExtendedJtaPlatform.TransactionManagerAdapter extends Object implements TransactionManager
| Modifier and Type | Class and Description |
|---|---|
class |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
commit() |
int |
getStatus() |
Transaction |
getTransaction() |
void |
resume(Transaction txn) |
void |
rollback() |
void |
setRollbackOnly() |
void |
setTransactionTimeout(int i) |
Transaction |
suspend() |
public void begin()
throws NotSupportedException,
SystemException
begin in interface TransactionManagerNotSupportedExceptionSystemExceptionpublic void commit()
throws UnsupportedOperationException
commit in interface TransactionManagerUnsupportedOperationExceptionpublic int getStatus()
throws SystemException
getStatus in interface TransactionManagerSystemExceptionpublic Transaction getTransaction() throws SystemException
getTransaction in interface TransactionManagerSystemExceptionpublic void resume(Transaction txn) throws UnsupportedOperationException
resume in interface TransactionManagerUnsupportedOperationExceptionpublic void rollback()
throws UnsupportedOperationException
rollback in interface TransactionManagerUnsupportedOperationExceptionpublic void setRollbackOnly()
throws UnsupportedOperationException
setRollbackOnly in interface TransactionManagerUnsupportedOperationExceptionpublic void setTransactionTimeout(int i)
throws UnsupportedOperationException
setTransactionTimeout in interface TransactionManagerUnsupportedOperationExceptionpublic Transaction suspend() throws UnsupportedOperationException
suspend in interface TransactionManagerUnsupportedOperationExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.