Uses of Class
com.arjuna.ats.arjuna.tools.osb.mbean.ParticipantStatus
-
Packages that use ParticipantStatus Package Description com.arjuna.ats.arjuna.tools.osb.mbean -
-
Uses of ParticipantStatus in com.arjuna.ats.arjuna.tools.osb.mbean
Fields in com.arjuna.ats.arjuna.tools.osb.mbean declared as ParticipantStatus Modifier and Type Field Description protected ParticipantStatusLogRecordWrapper. listTypeDeprecated.Methods in com.arjuna.ats.arjuna.tools.osb.mbean that return ParticipantStatus Modifier and Type Method Description ParticipantStatusLogRecordWrapper. getListType()Deprecated.static ParticipantStatusParticipantStatus. valueOf(java.lang.String name)Deprecated.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 ParticipantStatus 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.RecordListActionBean.GenericAtomicActionWrapper. getRecords(ParticipantStatus type)RecordListActionBeanWrapperInterface. 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.java.lang.StringLogRecordWrapper. setStatus(ParticipantStatus newState)Deprecated.Constructors in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type ParticipantStatus 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, java.lang.String className)Deprecated.
-