com.ibm.commerce.scheduler.commands
Interface RefreshLocalRegistryCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Subinterfaces:
- UpdateLocalRegistryCmd
- public interface RefreshLocalRegistryCmd
- extends ControllerCommand
Refresh the local copy of all or a specified registry component. If no registry is specified, then all registries should be updated.
Field Summary |
static java.lang.String |
COPYRIGHT
IBM Copyright notice field. |
static java.lang.String |
defaultCommandClassName
The default implementation of this command. |
static java.lang.String |
NAME
The name of this command. |
static java.lang.String |
URLNAME
The URL command name. |
Method Summary |
void |
setRegistryName(java.lang.String name)
Sets the name of the registry to be refreshed. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
checkPermission, 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, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM Copyright notice field.
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- The name of this command.
- See Also:
- Constant Field Values
URLNAME
public static final java.lang.String URLNAME
- The URL command name.
- See Also:
- Constant Field Values
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation of this command.
- See Also:
- Constant Field Values
setRegistryName
public void setRegistryName(java.lang.String name)
- Sets the name of the registry to be refreshed.
-
- Parameters:
- name - the registry name
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.