Uses of Class
com.arjuna.ats.arjuna.coordinator.RecordList
-
Packages that use RecordList Package Description com.arjuna.ats.arjuna.coordinator com.arjuna.ats.arjuna.tools.osb.mbean -
-
Uses of RecordList in com.arjuna.ats.arjuna.coordinator
Fields in com.arjuna.ats.arjuna.coordinator declared as RecordList Modifier and Type Field Description protected RecordListBasicAction. failedListprotected RecordListBasicAction. heuristicListprotected RecordListBasicAction. pendingListprotected RecordListBasicAction. preparedListprotected RecordListBasicAction. readonlyListMethods in com.arjuna.ats.arjuna.coordinator with parameters of type RecordList Modifier and Type Method Description protected intBasicAction. doAbort(RecordList list_toprocess, boolean reportHeuristics)protected intBasicAction. doCommit(RecordList rl, boolean reportHeuristics)Walk down a record list extracting records and calling the appropriate commit function.protected AbstractRecordBasicAction. insertRecord(RecordList reclist, AbstractRecord record)Constructors in com.arjuna.ats.arjuna.coordinator with parameters of type RecordList Constructor Description RecordList(RecordList copy)RecordListIterator(RecordList R) -
Uses of RecordList in com.arjuna.ats.arjuna.tools.osb.mbean
Methods in com.arjuna.ats.arjuna.tools.osb.mbean that return RecordList Modifier and Type Method Description RecordListActionBean.GenericAtomicActionWrapper. getRecords(ParticipantStatus type)RecordListActionBean.GenericAtomicActionWrapper. getRecords(java.lang.String ln)RecordListActionBeanWrapperInterface. getRecords(ParticipantStatus type)Deprecated.Methods in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type RecordList Modifier and Type Method Description booleanLogRecordWrapper. removeFromList(RecordList rl)Deprecated.booleanActionBean.GenericAtomicActionWrapper. removeRecords(RecordList rl, LogRecordWrapper logRecordWrapper)
-