com.ibm.commerce.scheduler.commands
Interface UpdateLocalRegistryCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable, RefreshLocalRegistryCmd
- All Known Implementing Classes:
- UpdateLocalRegistryCmdImpl
- public interface UpdateLocalRegistryCmd
- extends RefreshLocalRegistryCmd
Refresh the local copy of the runtime cache. This an asynchronize command run as a scheduler job only
Method Summary |
void |
setAction(java.lang.String name)
Sets the name of the registry to be refreshed. |
void |
setItemKey(java.lang.String name)
Sets the name of the registry to be refreshed. |
void |
setRegistryName(java.lang.String name)
Sets the name of the registry to be refreshed. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
URLNAME
public static final java.lang.String URLNAME
setAction
public void setAction(java.lang.String name)
- Sets the name of the registry to be refreshed.
- Parameters:
name
- String - registry name
setItemKey
public void setItemKey(java.lang.String name)
- Sets the name of the registry to be refreshed.
- Parameters:
name
- String - registry name
setRegistryName
public void setRegistryName(java.lang.String name)
- Sets the name of the registry to be refreshed.
- Specified by:
setRegistryName
in interface RefreshLocalRegistryCmd
- Parameters:
name
- String - registry name