public abstract class AbstractCleanupRankingPolicyCmdImpl extends BusinessPolicyCommandImpl implements CleanupRankingPolicyCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
Class name.
|
static java.lang.String | COPYRIGHT
IBM Copyright field.
|
Constructor and Description |
---|
AbstractCleanupRankingPolicyCmdImpl() |
Modifier and Type | Method and Description |
---|---|
abstract void | cleanup()
This method cleans up any ranking statistic data which is no longer required.
|
protected java.lang.String | getDefaultParamValue(java.lang.String paramName)
This method gets the default value for the specified parameter name.
|
protected java.lang.String | getParameterValue(java.lang.String paramName)
This method gets the value for the specified parameter.
|
Ranking | getRanking()
This method gets the ranking definition object.
|
void | performExecute()
This method calls the method cleanup.
|
void | setRanking(Ranking newRanking)
This method sets the ranking definition object.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public abstract void cleanup() throws ECException
public final void performExecute() throws ECException
public Ranking getRanking()
public void setRanking(Ranking newRanking) throws ECException
protected java.lang.String getDefaultParamValue(java.lang.String paramName)
protected java.lang.String getParameterValue(java.lang.String paramName)