public class RuleOutput
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RuleOutput(int type,
com.ibm.ws.performance.tuning.rule.MessageWrapper msg,
com.ibm.ws.performance.tuning.rule.MessageWrapper sym,
SuggestedConfig[] cfg) |
RuleOutput(java.lang.String title,
com.ibm.websphere.pmi.client.PerfDescriptor myDD,
int type,
com.ibm.ws.performance.tuning.rule.MessageWrapper msg,
com.ibm.ws.performance.tuning.rule.MessageWrapper[] syms,
SuggestedConfig[] cfg) |
RuleOutput(java.lang.String title,
com.ibm.websphere.pmi.client.PerfDescriptor myDD,
int type,
com.ibm.ws.performance.tuning.rule.MessageWrapper msg,
com.ibm.ws.performance.tuning.rule.MessageWrapper sym,
SuggestedConfig[] cfg) |
Modifier and Type | Method and Description |
---|---|
void |
addAdditionalInformation(com.ibm.ws.performance.tuning.rule.MessageWrapper sym) |
void |
addSympton(com.ibm.ws.performance.tuning.rule.MessageWrapper sym) |
java.lang.String |
getAction()
Returns the action that an user should take to resolve the problem.
|
java.lang.String[] |
getAdditionalInformation()
Returns additional information, if any.
|
java.lang.String |
getDescription()
Returns the detailed description of the Rule Output.
|
java.lang.String |
getMessage()
Returns the message of the Rule Output.
|
java.lang.Object[] |
getMessageArgs() |
java.lang.String |
getMessageId() |
java.lang.String |
getName()
Returns the name of the Rule.
|
java.lang.String |
getNodeName() |
int |
getOutputType()
Returns the type of the Rule Output.
|
com.ibm.websphere.pmi.client.PerfDescriptor |
getPerfDescriptor()
Returns the stats module representation.
|
java.lang.String |
getServerName() |
SuggestedConfig[] |
getSuggestedCfg()
Returns the suggested configuration changes, if any, to resolve the problem.
|
java.lang.String[] |
getSymptoms()
Returns the symptoms which resulted in the advise output.This returns an array of strings containing the message.
|
void |
setLocale(java.util.Locale locale)
Set the Locale of the Rule Output.
|
java.lang.String |
toString()
Returns the RuleOutput as a string for debug.
|
void |
updateOutputType(int type) |
public RuleOutput(int type, com.ibm.ws.performance.tuning.rule.MessageWrapper msg, com.ibm.ws.performance.tuning.rule.MessageWrapper sym, SuggestedConfig[] cfg)
public RuleOutput(java.lang.String title, com.ibm.websphere.pmi.client.PerfDescriptor myDD, int type, com.ibm.ws.performance.tuning.rule.MessageWrapper msg, com.ibm.ws.performance.tuning.rule.MessageWrapper sym, SuggestedConfig[] cfg)
public RuleOutput(java.lang.String title, com.ibm.websphere.pmi.client.PerfDescriptor myDD, int type, com.ibm.ws.performance.tuning.rule.MessageWrapper msg, com.ibm.ws.performance.tuning.rule.MessageWrapper[] syms, SuggestedConfig[] cfg)
public void setLocale(java.util.Locale locale)
public void addSympton(com.ibm.ws.performance.tuning.rule.MessageWrapper sym)
public java.lang.String getName()
public com.ibm.websphere.pmi.client.PerfDescriptor getPerfDescriptor()
public int getOutputType()
public void updateOutputType(int type)
public java.lang.String getMessage()
public java.lang.String getMessageId()
public java.lang.Object[] getMessageArgs()
public java.lang.String getDescription()
public java.lang.String getAction()
public java.lang.String[] getSymptoms()
public SuggestedConfig[] getSuggestedCfg()
public java.lang.String getServerName()
public java.lang.String getNodeName()
public java.lang.String[] getAdditionalInformation()
public void addAdditionalInformation(com.ibm.ws.performance.tuning.rule.MessageWrapper sym)
public java.lang.String toString()
toString
in class java.lang.Object