jgroup.jini.txn
Interface InternalPassiveGroupTransactionManager

All Superinterfaces:
jgroup.core.InternalGMIListener, java.io.Serializable
All Known Implementing Classes:
PassiveGroupMahalo

public interface InternalPassiveGroupTransactionManager
extends jgroup.core.InternalGMIListener, java.io.Serializable

Since:
Jgroup 2.2
Author:
Rohnny Moland, Heine Kolltveit

Method Summary
 void transCommitted(long id)
           
 void transPrepared(java.lang.Object txnMgr, long id)
          Transfers the state of the txn to other members of the group.
 

Method Detail

transPrepared

void transPrepared(java.lang.Object txnMgr,
                   long id)
                   throws java.rmi.RemoteException
Transfers the state of the txn to other members of the group.

Parameters:
txnMgr - The TxnManagerTransaction object
id - Transaction id of current transaction
Throws:
java.rmi.RemoteException

transCommitted

void transCommitted(long id)
                    throws net.jini.core.transaction.UnknownTransactionException,
                           java.rmi.RemoteException
Throws:
net.jini.core.transaction.UnknownTransactionException
java.rmi.RemoteException


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.