com.ibm.commerce.rules
Class RuleServiceStatusCode
com.ibm.commerce.rules.RuleServiceStatusCode
- public class RuleServiceStatusCode
A type-safe code representing the status of a rule service.
These codes are not comparable/ordered, but that can be
compared for equals
.
Method Summary |
static RuleServiceStatusCode |
findByName(java.lang.String aName)
Returns the RuleServiceStatusCode with the
specified name or string representation. |
DISABLED
public static final RuleServiceStatusCode DISABLED
NOT_RUNNING
public static final RuleServiceStatusCode NOT_RUNNING
RUNNING
public static final RuleServiceStatusCode RUNNING
UNKNOWN
public static final RuleServiceStatusCode UNKNOWN
RuleServiceStatusCode
protected RuleServiceStatusCode(java.lang.String aName)
findByName
public static RuleServiceStatusCode findByName(java.lang.String aName)
- Returns the
RuleServiceStatusCode
with the
specified name or string representation. If the specified
name is not found, this method returns UNKNOWN
.
- Parameters:
aName
- A name or string representation of a rule
service status code.