Uses of Class
org.jboss.jbossts.star.client.SRAStatus
-
Packages that use SRAStatus Package Description org.jboss.jbossts.star.client -
-
Uses of SRAStatus in org.jboss.jbossts.star.client
Methods in org.jboss.jbossts.star.client that return SRAStatus Modifier and Type Method Description protected abstract SRAStatusSRAParticipant. updateParticipantState(SRAStatus status, String activityId)static SRAStatusSRAStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SRAStatus[]SRAStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jbossts.star.client with parameters of type SRAStatus Modifier and Type Method Description protected abstract SRAStatusSRAParticipant. updateParticipantState(SRAStatus status, String activityId)
-