|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ws.performance.tuning.rule.RuleOutput
public class RuleOutput
This class represents the advise which is the result of executing advisor rules. This class contains the severity, message and a set of symptoms. It also contains a placeholder object for a recommended configuration.
Constructor Summary | |
---|---|
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)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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)
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |