com.sun.jini.mahalo
Class ParticipantModRecord
java.lang.Object
com.sun.jini.mahalo.ParticipantModRecord
- All Implemented Interfaces:
- LogRecord, TxnLogRecord, Serializable, TransactionConstants
- Direct Known Subclasses:
- ParticipantAbortRecord, ParticipantCommitRecord, PrepareAndCommitRecord, PrepareRecord
class ParticipantModRecord
- extends Object
- implements TxnLogRecord
A LogRecord
which encapsulates a generic
interaction with a participant.
- Author:
- Sun Microsystems, Inc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
operationsLogger
private static final Logger operationsLogger
- Logger for operations related messages
part
private ParticipantHandle part
result
private int result
ParticipantModRecord
ParticipantModRecord(ParticipantHandle part,
int result)
getPart
ParticipantHandle getPart()
getResult
int getResult()
recover
public void recover(TxnManagerTransaction tmt)
throws CannotRecoverException
- Specified by:
recover
in interface TxnLogRecord
- Throws:
CannotRecoverException
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.