com.ibm.ws.performance.tuning.rule

Class SuggestedConfig

  1. java.lang.Object
  2. extended bycom.ibm.ws.performance.tuning.rule.SuggestedConfig

  1. public class SuggestedConfig
  2. extends java.lang.Object

Constructor Summary

Constructor and Description
SuggestedConfig(java.lang.String param,int vOld,int vNew)

Method Summary

Modifier and Type Method and Description
  1. int
getCurrentValue()
Returns the current value for the parameter.
  1. java.lang.String
getParameter()
Returns the parameter that needs to be changed.
  1. int
getSuggestedValue()
Returns the recommended value for the parameter.
  1. void
setCurrentValue(int v)
  1. void
setParameter(java.lang.String p)
  1. void
setSuggestedValue(int v)
  1. java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

SuggestedConfig

  1. public SuggestedConfig(java.lang.String param,
  2. int vOld,
  3. int vNew)

Method Detail

getParameter

  1. public java.lang.String getParameter( )
Returns the parameter that needs to be changed.

getCurrentValue

  1. public int getCurrentValue()
Returns the current value for the parameter.

getSuggestedValue

  1. public int getSuggestedValue()
Returns the recommended value for the parameter.

setParameter

  1. public void setParameter(java.lang.String p)

setCurrentValue

  1. public void setCurrentValue(int v)

setSuggestedValue

  1. public void setSuggestedValue(int v)

toString

  1. public java.lang.String toString( )
Overrides:
toString in class java.lang.Object