com.sun.jini.mahalo
Interface TxnLogRecord

All Superinterfaces:
LogRecord, Serializable, TransactionConstants
All Known Implementing Classes:
AbortRecord, CommitRecord, ParticipantAbortRecord, ParticipantCommitRecord, ParticipantModRecord, PrepareAndCommitRecord, PrepareRecord

interface TxnLogRecord
extends TransactionConstants, LogRecord

A LogRecord which encapsulates a generic transactional logging information.

Author:
Sun Microsystems, Inc.

Field Summary
 
Fields inherited from interface net.jini.core.transaction.server.TransactionConstants
ABORTED, ACTIVE, COMMITTED, NOTCHANGED, PREPARED, VOTING
 
Method Summary
 void recover(TxnManagerTransaction tmt)
           
 

Method Detail

recover

void recover(TxnManagerTransaction tmt)
             throws CannotRecoverException
Throws:
CannotRecoverException


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