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 TransactionManager
NotSupportedException
SystemException
public void commit() throws UnsupportedOperationException
commit
in interface TransactionManager
UnsupportedOperationException
public int getStatus() throws SystemException
getStatus
in interface TransactionManager
SystemException
public Transaction getTransaction() throws SystemException
getTransaction
in interface TransactionManager
SystemException
public void resume(Transaction txn) throws UnsupportedOperationException
resume
in interface TransactionManager
UnsupportedOperationException
public void rollback() throws UnsupportedOperationException
rollback
in interface TransactionManager
UnsupportedOperationException
public void setRollbackOnly() throws UnsupportedOperationException
setRollbackOnly
in interface TransactionManager
UnsupportedOperationException
public void setTransactionTimeout(int i) throws UnsupportedOperationException
setTransactionTimeout
in interface TransactionManager
UnsupportedOperationException
public Transaction suspend() throws UnsupportedOperationException
suspend
in interface TransactionManager
UnsupportedOperationException
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.