com.atomikos.icatch.admin.jmx
Interface JmxPreparedTransactionMBean

All Superinterfaces:
JmxTransactionMBean
All Known Implementing Classes:
JmxPreparedTransaction

public interface JmxPreparedTransactionMBean
extends JmxTransactionMBean

An MBean interface with specific methods for prepared transactions.


Method Summary
 void forceCommit()
          Force commit of the transaction.
 void forceRollback()
          Force rollback of the transaction.
 
Methods inherited from interface com.atomikos.icatch.admin.jmx.JmxTransactionMBean
getHeuristicMessages, getState, getTags, getTid
 

Method Detail

forceCommit

void forceCommit()
                 throws HeurRollbackException,
                        HeurHazardException,
                        HeurMixedException,
                        SysException
Force commit of the transaction.

Throws:
HeurRollbackException
HeurHazardException
HeurMixedException
SysException

forceRollback

void forceRollback()
                   throws HeurCommitException,
                          HeurHazardException,
                          HeurMixedException,
                          SysException
Force rollback of the transaction.

Throws:
HeurCommitException
HeurHazardException
HeurMixedException
SysException


Copyright © 2011. All Rights Reserved.