com.ibm.commerce.scheduler.commands

Interface RefreshRegistryCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Subinterfaces:
    UpdateRegistryCmd


    public interface RefreshRegistryCmd
    extends ControllerCommand
    Refresh the registry on all clones on the WebSphere Commerce Server instance.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • getJobId

        java.lang.Long getJobId()
        Gets the job reference number for the registry update.
        Returns:
        The job reference number.
      • getJobInstanceId

        java.lang.Long getJobInstanceId()
        Gets the job instance number for the time the registry refresh will be performed.
        Returns:
        The job instance number.
      • setRegistryName

        void setRegistryName(java.lang.String name)
        Sets the name of the registry to be refreshed. null value means all registries will be refresh.
        Parameters:
        name - the registry name to be refreshed.