java.lang.Object | +----com.ibm.connector2.ims.ico.IMSLocalTransaction
public class IMSLocalTransaction
extends Object
The IMSLocalTransaction class provides support for local transactions that are managed internally by the resource manager, and do not require an external transaction manager. An application server uses this class to perform local transactions with the resource manager.
Note: Currently, IMS Connector for Java does not provide local transaction support. No operation will be performed when invoking any of the methods in this class.
Constructor | Description |
IMSLocalTransaction() |
Method | Description |
void begin() | Begin a local transaction. |
void commit() | Commit a local transaction. |
void rollback() | Roll back a local transaction. |
public IMSLocalTransaction()
public void begin() throws ResourceExceptionBegin a local transaction.
Note: Currently, IMS Connector for Java does not provide local transaction support. No operation will be performed in the method.
public void commit() throws ResourceExceptionCommit a local transaction.
Note: Currently, IMS Connector for Java does not provide local transaction support. No operation will be performed in the method.
public void rollback() throws ResourceExceptionRoll back a local transaction.
Note: Currently, IMS Connector for Java does not provide local transaction support. No operation will be performed in the method.