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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.