Uses of Class
com.atomikos.recovery.ParticipantLogEntry

Packages that use ParticipantLogEntry
com.atomikos.recovery   
 

Uses of ParticipantLogEntry in com.atomikos.recovery
 

Fields in com.atomikos.recovery declared as ParticipantLogEntry
 ParticipantLogEntry[] CoordinatorLogEntry.participants
           
 

Methods in com.atomikos.recovery that return types with arguments of type ParticipantLogEntry
 Collection<ParticipantLogEntry> RecoveryLog.getCommittingParticipants()
           
 

Methods in com.atomikos.recovery with parameters of type ParticipantLogEntry
 void RecoveryLog.presumedAborting(ParticipantLogEntry entry)
           
 CoordinatorLogEntry CoordinatorLogEntry.presumedAborting(ParticipantLogEntry entry)
           
 void RecoveryLog.terminated(ParticipantLogEntry entry)
           
 CoordinatorLogEntry CoordinatorLogEntry.terminated(ParticipantLogEntry entry)
           
 void RecoveryLog.terminatedWithHeuristicCommit(ParticipantLogEntry entry)
           
 CoordinatorLogEntry CoordinatorLogEntry.terminatedWithHeuristicCommit(ParticipantLogEntry entry)
           
 void RecoveryLog.terminatedWithHeuristicHazard(ParticipantLogEntry entry)
           
 void RecoveryLog.terminatedWithHeuristicMixed(ParticipantLogEntry entry)
           
 CoordinatorLogEntry CoordinatorLogEntry.terminatedWithHeuristicMixed(ParticipantLogEntry entry)
           
 void RecoveryLog.terminatedWithHeuristicRollback(ParticipantLogEntry entry)
           
 CoordinatorLogEntry CoordinatorLogEntry.terminatedWithHeuristicRollback(ParticipantLogEntry entry)
           
 

Constructors in com.atomikos.recovery with parameters of type ParticipantLogEntry
CoordinatorLogEntry(String coordinatorId, boolean wasCommitted, ParticipantLogEntry[] participants)
           
CoordinatorLogEntry(String coordinatorId, boolean wasCommitted, ParticipantLogEntry[] participants, String superiorCoordinatorId)
           
CoordinatorLogEntry(String coordinatorId, ParticipantLogEntry[] participantDetails)
           
 



Copyright © 2016. All Rights Reserved.