Class Hierarchy All Classes All Fields and Methods

Class com.ibm.connector2.ims.ico.IMSLocalTransaction

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 Index
Constructor Description
IMSLocalTransaction()  
Method Index
Method Description
void begin() Begin a local transaction.
void commit() Commit a local transaction.
void rollback() Roll back a local transaction.

Constructors

IMSLocalTransaction

public IMSLocalTransaction() 

Methods

begin

public void begin() throws ResourceException

Begin a local transaction.

Note: Currently, IMS Connector for Java does not provide local transaction support. No operation will be performed in the method.

commit

public void commit() throws ResourceException

Commit a local transaction.

Note: Currently, IMS Connector for Java does not provide local transaction support. No operation will be performed in the method.

rollback

public void rollback() throws ResourceException

Roll back a local transaction.

Note: Currently, IMS Connector for Java does not provide local transaction support. No operation will be performed in the method.

Class Hierarchy All Classes All Fields and Methods