Uses of Class
com.sun.jini.mahalo.TxnManagerTransaction

Packages that use TxnManagerTransaction
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
 

Uses of TxnManagerTransaction in com.sun.jini.mahalo
 

Methods in com.sun.jini.mahalo that return TxnManagerTransaction
private  TxnManagerTransaction TxnManagerImpl.enterTMT(long cookie)
           
 

Methods in com.sun.jini.mahalo with parameters of type TxnManagerTransaction
 void CommitRecord.recover(TxnManagerTransaction tmt)
          Recovers the state encapsulated the CommitRecord to the caller.
 void AbortRecord.recover(TxnManagerTransaction tmt)
          Recovers the state encapsulated the AbortRecord to the caller.
 void ParticipantModRecord.recover(TxnManagerTransaction tmt)
           
 void TxnLogRecord.recover(TxnManagerTransaction tmt)
           
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.