public interface LocalTransaction
void begin() throws ResourceException
ResourceException
- for a generic errorLocalTransactionException
- for an error in transaciton managementResourceAdapterInternalException
- for an internal error in the resource adapterEISSystemException
- for an EIS specific exceptionvoid commit() throws ResourceException
ResourceException
- for a generic errorLocalTransactionException
- for an error in transaciton managementResourceAdapterInternalException
- for an internal error in the resource adapterEISSystemException
- for an EIS specific exceptionvoid rollback() throws ResourceException
ResourceException
- for a generic errorLocalTransactionException
- for an error in transaciton managementResourceAdapterInternalException
- for an internal error in the resource adapterEISSystemException
- for an EIS specific exceptionCopyright © 2013 JBoss by Red Hat. All rights reserved.