Uses of Interface
com.sun.jini.mahalo.TxnLogRecord

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

Uses of TxnLogRecord in com.sun.jini.mahalo
 

Classes in com.sun.jini.mahalo that implement TxnLogRecord
(package private)  class AbortRecord
          An AbortRecord represents the logged state of a Transaction which has changed to the ABORTED state.
(package private)  class CommitRecord
          A CommitRecord represents the logged state of a Transaction which has moved to the COMMITTED state.
(package private)  class ParticipantAbortRecord
          A LogRecord which encapsulates a participant being instructed to roll-back.
(package private)  class ParticipantCommitRecord
          A LogRecord which encapsulates a participant being instructed to roll-forward.
(package private)  class ParticipantModRecord
          A LogRecord which encapsulates a generic interaction with a participant.
(package private)  class PrepareAndCommitRecord
          A LogRecord which encapsulates a participant being instructed to perform the prepareAndCommit optimization.
(package private)  class PrepareRecord
          A LogRecord which encapsulates a participant being instructed to vote.
 



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