Java javax.resource.cci LocalTransaction fields, constructors, methods, implement or subclass

Example usage for Java javax.resource.cci LocalTransaction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource.cci LocalTransaction.

The text is from its open source code.

Method

voidcommit()
Commits the current local transaction and release all locks held by the underlying EIS instance.
voidrollback()
Rollbacks the current resource manager local transaction.