com.sun.jini.mahalo
Class PrepareAndCommitRecord

java.lang.Object
  extended by com.sun.jini.mahalo.ParticipantModRecord
      extended by com.sun.jini.mahalo.PrepareAndCommitRecord
All Implemented Interfaces:
LogRecord, TxnLogRecord, Serializable, TransactionConstants

 class PrepareAndCommitRecord
extends ParticipantModRecord

A LogRecord which encapsulates a participant being instructed to perform the prepareAndCommit optimization.

Author:
Sun Microsystems, Inc.

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from interface net.jini.core.transaction.server.TransactionConstants
ABORTED, ACTIVE, COMMITTED, NOTCHANGED, PREPARED, VOTING
 
Constructor Summary
PrepareAndCommitRecord(ParticipantHandle part, int result)
           
 
Method Summary
 
Methods inherited from class com.sun.jini.mahalo.ParticipantModRecord
getPart, getResult, recover
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PrepareAndCommitRecord

PrepareAndCommitRecord(ParticipantHandle part,
                       int result)


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