Uses of Class
com.arjuna.ats.arjuna.coordinator.AbstractRecord
-
Packages that use AbstractRecord Package Description com.arjuna.ats.arjuna.coordinator com.arjuna.ats.arjuna.coordinator.abstractrecord com.arjuna.ats.arjuna.tools.osb.mbean -
-
Uses of AbstractRecord in com.arjuna.ats.arjuna.coordinator
Fields in com.arjuna.ats.arjuna.coordinator declared as AbstractRecord Modifier and Type Field Description protected AbstractRecordRecordList. listHeadMethods in com.arjuna.ats.arjuna.coordinator that return AbstractRecord Modifier and Type Method Description static AbstractRecordAbstractRecord. create(int type)AbstractRecordRecordList. getFront()Remove and return the element at the front of the list.protected AbstractRecordAbstractRecord. getNext()AbstractRecordRecordList. getNext(AbstractRecord current)protected AbstractRecordAbstractRecord. getPrevious()These few functions are link manipulation primitives used by the RecordList processing software to chain instances together.AbstractRecordRecordList. getRear()Remove and return the element at the tail of the list.protected AbstractRecordBasicAction. insertRecord(RecordList reclist, AbstractRecord record)AbstractRecordRecordListIterator. iterate()AbstractRecordRecordList. peekFront()AbstractRecordRecordList. peekNext(AbstractRecord curr)AbstractRecordRecordList. peekRear()Methods in com.arjuna.ats.arjuna.coordinator with parameters of type AbstractRecord Modifier and Type Method Description intBasicAction. add(AbstractRecord A)Add a record to the atomic action.protected voidBasicAction. addRecord(AbstractRecord A)Add the specified abstract record to the transaction.abstract voidAbstractRecord. alter(AbstractRecord a)Alter the current record with the one presented.protected intBasicAction. doAbort(boolean reportHeuristics, AbstractRecord record)protected intBasicAction. doCommit(boolean reportHeuristics, AbstractRecord record)protected intBasicAction. doPrepare(boolean reportHeuristics, AbstractRecord record)booleanAbstractRecord. equals(AbstractRecord ar)Determine if two records are equal in that both are the same type and have the same order value (determined via 'order()').AbstractRecordRecordList. getNext(AbstractRecord current)booleanAbstractRecord. greaterThan(AbstractRecord ar)Determine if two records are greater than in that both are the same type and their Uids are greater than.booleanRecordList. insert(AbstractRecord newRecord)Insert the entry at the head of the list.protected AbstractRecordBasicAction. insertRecord(RecordList reclist, AbstractRecord record)booleanAbstractRecord. lessThan(AbstractRecord ar)Determine if two records are less than in that both are the same type and their Uids are less than.abstract voidAbstractRecord. merge(AbstractRecord a)Merge the current record with the one presented.AbstractRecordRecordList. peekNext(AbstractRecord curr)voidRecordList. putFront(AbstractRecord newRecord)Explicit push onto front of list.voidRecordList. putRear(AbstractRecord newRecord)Explicit push onto rear of list.booleanRecordList. remove(AbstractRecord oldRecord)voidAbstractRecord. replace(AbstractRecord a)The current record is about to replace the one presented.protected voidAbstractRecord. setNext(AbstractRecord ar)Set the next element in the list to the specified instance.protected voidAbstractRecord. setPrevious(AbstractRecord ar)Set the previous element in the list to the specified instance.abstract booleanAbstractRecord. shouldAdd(AbstractRecord a)Should we add the record presented to the intentions list?abstract booleanAbstractRecord. shouldAlter(AbstractRecord a)Should we alter the current record with the one presented?abstract booleanAbstractRecord. shouldMerge(AbstractRecord a)Should we merge the current record with the one presented?abstract booleanAbstractRecord. shouldReplace(AbstractRecord a)Should we replace the record presented with the current record? -
Uses of AbstractRecord in com.arjuna.ats.arjuna.coordinator.abstractrecord
Methods in com.arjuna.ats.arjuna.coordinator.abstractrecord that return types with arguments of type AbstractRecord Modifier and Type Method Description Class<? extends AbstractRecord>RecordTypeManager. getClass(int type)Class<? extends AbstractRecord>RecordTypeMap. getRecordClass()Method parameters in com.arjuna.ats.arjuna.coordinator.abstractrecord with type arguments of type AbstractRecord Modifier and Type Method Description intRecordTypeManager. getType(Class<? extends AbstractRecord> c) -
Uses of AbstractRecord in com.arjuna.ats.arjuna.tools.osb.mbean
Fields in com.arjuna.ats.arjuna.tools.osb.mbean declared as AbstractRecord Modifier and Type Field Description protected AbstractRecordLogRecordWrapper. recDeprecated.Methods in com.arjuna.ats.arjuna.tools.osb.mbean that return AbstractRecord Modifier and Type Method Description AbstractRecordLogRecordWrapper. getRecord()Deprecated.Methods in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type AbstractRecord Modifier and Type Method Description protected LogRecordWrapperActionBean. createParticipant(AbstractRecord rec, ParticipantStatus listType)Deprecated.Extension point for other Bean implementations to provide an implementation bean for its participants.protected LogRecordWrapperActionBean. createParticipant(AbstractRecord rec, ParticipantStatus listType, UidWrapper wrapper)Deprecated.LogRecordWrapperActionBean. getParticipant(AbstractRecord rec)Deprecated.See if there is participant Bean corresponding to the given recordUidActionBean.GenericAtomicActionWrapper. getUid(AbstractRecord rec)UidActionBean. getUid(AbstractRecord rec)Deprecated.return the Uid for given AbstractRecordUidActionBeanWrapperInterface. getUid(AbstractRecord rec)Deprecated.UidOSEntryBean. getUid(AbstractRecord rec)Deprecated.voidLogRecordWrapper. init(ActionBean parent, AbstractRecord rec, ParticipantStatus listType)Deprecated.Constructors in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type AbstractRecord Constructor Description LogRecordWrapper(ActionBean parent, AbstractRecord rec, ParticipantStatus listType)Deprecated.LogRecordWrapper(ActionBean parent, AbstractRecord rec, ParticipantStatus listType, UidWrapper wrapper)Deprecated.LogRecordWrapper(ActionBean parent, AbstractRecord rec, ParticipantStatus listType, String className)Deprecated.
-