Uses of Enum
com.arjuna.ats.arjuna.tools.osb.mbean.ParticipantStatus
Packages that use ParticipantStatus
-
Uses of ParticipantStatus in com.arjuna.ats.arjuna.tools.osb.mbean
Fields in com.arjuna.ats.arjuna.tools.osb.mbean declared as ParticipantStatusModifier and TypeFieldDescriptionprotected ParticipantStatusLogRecordWrapper.listTypeDeprecated.Methods in com.arjuna.ats.arjuna.tools.osb.mbean that return ParticipantStatusModifier and TypeMethodDescriptionLogRecordWrapper.getListType()Deprecated.static ParticipantStatusDeprecated.Returns the enum constant of this type with the specified name.static ParticipantStatus[]ParticipantStatus.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type ParticipantStatusModifier and TypeMethodDescriptionprotected 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.ActionBean.GenericAtomicActionWrapper.getRecords(ParticipantStatus type) ActionBeanWrapperInterface.getRecords(ParticipantStatus type) Deprecated.voidLogRecordWrapper.init(ActionBean parent, AbstractRecord rec, ParticipantStatus listType) Deprecated.booleanActionBean.setStatus(LogRecordWrapper logrec, ParticipantStatus newStatus) Deprecated.Request a change in status of a participant.LogRecordWrapper.setStatus(ParticipantStatus newState) Deprecated.Constructors in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type ParticipantStatusModifierConstructorDescriptionLogRecordWrapper(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.