com.ibm.commerce.rules
Class RuleServiceStatusCloneReport
java.lang.Object
|
+--com.ibm.commerce.rules.RuleServiceStatusCloneReport
- public class RuleServiceStatusCloneReport
- extends java.lang.Object
A simple immutable message object that represents a single
application clone's report on the status of a
rule service.
This object has the following properties, which are all
read-only.
cloneName
The name of the clone to which this
status report corresponds.
serverName
The name of the server to which
this rule service belongs.
serviceKey
The identifying key of the rule service
for this clone's status report.
statusCode
The status that this clone is reporting
for the specified rule service.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RuleServiceStatusCloneReport
public RuleServiceStatusCloneReport(java.lang.String aServerName,
RuleServiceKey aServiceKey,
java.lang.String aCloneName,
RuleServiceStatusCode aStatusCode)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
getCloneName
public java.lang.String getCloneName()
getServerName
public java.lang.String getServerName()
getServiceKey
public RuleServiceKey getServiceKey()
getStatusCode
public RuleServiceStatusCode getStatusCode()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object