Package com.ibm.commerce.scheduler.commands

Provides commands to interact with the Scheduler component.

See:
Description

Interface Summary
AddBroadcastJobCmd Adds a new broadcast job to the Commerce Server's scheduler.
AddJobCmd Add a job to the Commerce Server's scheduler.
CheckForWorkCmd CheckForWorkCmd is a common interface for scheduler task commands which will indicate whether there is work that needs to be done for a particular store or not.
CleanJobCmd Remove job entries from scheduler status table if the job entry is completed.
EditJobCmd Edits the configuration or next start time of an existing schedule job.
GetBroadcastJobStatusCmd Deprecated. Replaced by SchedulerStatusDataBean.
GetJobStatusCmd Deprecated. Replaced by SchedulerStatusDataBean.
ListRegistryCmd Get the defined registries and call a view to display them.
RefreshLocalRegistryCmd Refresh the local copy of all or a specified registry component.
RefreshRegistryCmd Refresh the registry on all clones on the Commerce Server instance.
RemoveJobCmd Remove jobs from scheduler so it will not be processed any longer.
SchedulerInterruptCmd This command is used to wake up a scheduler from its sleep.
UpdateLocalRegistryCmd Refresh the local copy of the one of the runtime registries that implement com.ibm.commerce.registry.ElementUpdate.
UpdateRegistryCmd Command to update an element of a registry that implements the com.ibm.commerce.registry.ElementUpdate interface.
Class Summary
AddBroadcastJobCmdImpl Adds a new broadcast job to the Commerce Server's scheduler.
AddJobCmdImpl Add a job to the Commance Server's scheduler.
CheckForWorkGenericImpl Generic scheduler check command that implements the CheckForWorkCmd interface and will always indicate that work will need to be done.
CleanJobCmdImpl Remove job entries from scheduler status table if the job entry is completed.
EditJobCmdImpl Edits the configuration or next start time of an existing schedule job.
GetBroadcastJobStatusCmdImpl Deprecated. Replaced by SchedulerStatusDataBean.
GetJobStatusCmdImpl Deprecated. Replaced by SchedulerStatusDataBean.
RemoveJobCmdImpl Remove jobs from scheduler so it will not be processed any longer.

Package com.ibm.commerce.scheduler.commands Description

Provides commands to interact with the Scheduler component.


Feedback