public interface ResourceTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Attempt to commit this transaction, discarding the current
ChangeSet. |
ChangeSet |
getChangeSet() |
void |
rollback()
Rolls back this transaction.
|
void commit()
throws ResourceException
ChangeSet.ResourceException - if any operation failsvoid rollback()
throws ResourceException
ChangeSetResourceExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.