Example usage for Java javax.resource.cci LocalTransaction fields, constructors, methods, implement or subclass
The text is from its open source code.
void | commit() Commits the current local transaction and release all locks held by the underlying EIS instance. |
void | rollback() Rollbacks the current resource manager local transaction. |