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 by Red Hat. All Rights Reserved.