public class WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter extends Object implements Transaction
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
boolean |
delistResource(XAResource resource,
int i) |
boolean |
enlistResource(XAResource resource) |
boolean |
equals(Object other) |
int |
getStatus() |
int |
hashCode() |
void |
registerSynchronization(Synchronization synchronization) |
void |
rollback() |
void |
setRollbackOnly() |
public void registerSynchronization(Synchronization synchronization) throws RollbackException, IllegalStateException, SystemException
registerSynchronization in interface TransactionRollbackExceptionIllegalStateExceptionSystemExceptionpublic void commit()
throws UnsupportedOperationException
commit in interface TransactionUnsupportedOperationExceptionpublic boolean delistResource(XAResource resource, int i) throws UnsupportedOperationException
delistResource in interface TransactionUnsupportedOperationExceptionpublic boolean enlistResource(XAResource resource) throws UnsupportedOperationException
enlistResource in interface TransactionUnsupportedOperationExceptionpublic int getStatus()
getStatus in interface Transactionpublic void rollback()
throws UnsupportedOperationException
rollback in interface TransactionUnsupportedOperationExceptionpublic void setRollbackOnly()
throws UnsupportedOperationException
setRollbackOnly in interface TransactionUnsupportedOperationExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.