com.sun.jini.mahalo
Class PrepareRecord

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

 class PrepareRecord
extends ParticipantModRecord

A LogRecord which encapsulates a participant being instructed to vote.

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
PrepareRecord(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

PrepareRecord

PrepareRecord(ParticipantHandle part,
              int result)


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