com.ibm.commerce.rules.commands
Interface UpdatePersonalizationRuleServiceStatusCommand

All Superinterfaces:
ECCommand, PersonalizationRuleServiceCommand, TaskCommand
All Known Implementing Classes:
UpdatePersonalizationRuleServiceStatusCommandImpl

public interface UpdatePersonalizationRuleServiceStatusCommand
extends PersonalizationRuleServiceCommand

Updates the status of a personalization rule service by examining the state of the currently-running personalization rule server. If any error occurs in the process, the status is set to "unknown".


Field Summary
static java.lang.String defaultCommandClassName
           
 
Fields inherited from interface com.ibm.commerce.rules.commands.PersonalizationRuleServiceCommand
COPYRIGHT
 
Methods inherited from interface com.ibm.commerce.rules.commands.PersonalizationRuleServiceCommand
setServiceName
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

defaultCommandClassName

public static final java.lang.String defaultCommandClassName