jremote jbase5.2.1

com.jbase.jremote.jca.cci
Class CCILocalTransactionManager

java.lang.Object
  extended by com.jbase.jremote.jca.cci.CCILocalTransactionManager
All Implemented Interfaces:
javax.resource.cci.LocalTransaction

public class CCILocalTransactionManager
extends Object
implements javax.resource.cci.LocalTransaction


Constructor Summary
CCILocalTransactionManager(JConnection c)
           
 
Method Summary
 void begin()
          Begin a transaction on this connection.
 void commit()
          Commit a transaction on this connection.
 void rollback()
          Rollback a transaction on this connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCILocalTransactionManager

public CCILocalTransactionManager(JConnection c)
Method Detail

begin

public void begin()
           throws javax.resource.ResourceException

Begin a transaction on this connection.

Specified by:
begin in interface javax.resource.cci.LocalTransaction
Throws:
javax.resource.ResourceException
See Also:
#begin()

commit

public void commit()
            throws javax.resource.ResourceException

Commit a transaction on this connection.

Specified by:
commit in interface javax.resource.cci.LocalTransaction
Throws:
javax.resource.ResourceException
See Also:
#commit()

rollback

public void rollback()
              throws javax.resource.ResourceException

Rollback a transaction on this connection.

Specified by:
rollback in interface javax.resource.cci.LocalTransaction
Throws:
javax.resource.ResourceException
See Also:
#rollback()

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.