SpiLocalTransaction

Provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction manager.
java.lang.Object

extended by com.microfocus.cics.connector.spi.SpiLocalTransaction

All Implemented Interfaces

javax.resource.spi.LocalTransaction, Serializable

Class Specifications

public class SpiLocalTransaction

extends Object

implements javax.resource.spi.LocalTransaction, Serializable

See Also:

Serialized Form

Constructor Summary

SpiLocalTransaction()

Methods

Method Summary
void begin()
void commit()
void rollback()
void setReset()
void setManagedConnection(MFECIManagedConnection mc)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

SpiLocalTransaction
public SpiLocalTransaction()

Method Detail

begin
public void begin()
           throws javax.resource.ResourceException
Specified by:
begin in interface javax.resource.spi.LocalTransaction
Throws:
javax.resource.ResourceException
commit
public void commit()
            throws javax.resource.ResourceException
Specified by:
commit in interface javax.resource.spi.LocalTransaction
Throws:
javax.resource.ResourceException
rollback
public void rollback()
              throws javax.resource.ResourceException
Specified by:
rollback in interface javax.resource.spi.LocalTransaction
Throws:
javax.resource.ResourceException
setReset
public void setReset()
setManagedConnection
public void setManagedConnection(MFECIManagedConnection mc)