public interface RecoveryLog
| Modifier and Type | Method and Description |
|---|---|
void |
close(long timeout) |
java.util.Collection<ParticipantLogEntry> |
getCommittingParticipants() |
void |
presumedAborting(ParticipantLogEntry entry) |
void |
terminated(ParticipantLogEntry entry) |
void |
terminatedWithHeuristicCommit(ParticipantLogEntry entry) |
void |
terminatedWithHeuristicHazard(ParticipantLogEntry entry) |
void |
terminatedWithHeuristicMixed(ParticipantLogEntry entry) |
void |
terminatedWithHeuristicRollback(ParticipantLogEntry entry) |
void terminated(ParticipantLogEntry entry)
void terminatedWithHeuristicRollback(ParticipantLogEntry entry) throws LogException
LogExceptionjava.util.Collection<ParticipantLogEntry> getCommittingParticipants() throws LogReadException
LogReadExceptionvoid presumedAborting(ParticipantLogEntry entry) throws java.lang.IllegalStateException, LogException
java.lang.IllegalStateExceptionLogExceptionvoid terminatedWithHeuristicCommit(ParticipantLogEntry entry) throws LogException
LogExceptionvoid terminatedWithHeuristicHazard(ParticipantLogEntry entry) throws LogWriteException
LogWriteExceptionvoid terminatedWithHeuristicMixed(ParticipantLogEntry entry) throws LogException
LogExceptionvoid close(long timeout)
Copyright © 2018. All Rights Reserved.