Package com.ibm.commerce.scheduler.commands

Contains commands to configure the scheduler along with commands that will dynamically update the WCS runtime environment.

See:
          Description

Interface Summary
AddBroadcastJobCmd Add a broadcast job to scheduler table.
AddJobCmd Add a job to scheduler table.
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 Add a job to scheduler table.
GetBroadcastJobStatusCmd Gets the status of a broadcast Job.
GetJobStatusCmd Gets the status of a scheduled Job.
ListRegistryCmd List current registy names.
RefreshLocalRegistryCmd Refresh the local copy of the runtime cache.
RefreshRegistryCmd Refresh registry information for all clones.
RemoveJobCmd Remove jobs from scheduler.
SchedulerInterruptCmd This command is used to wake up a scheduler from its sleep.
UpdateLocalRegistryCmd Refresh the local copy of the runtime cache.
UpdateRegistryCmd Command to update the registry.
 

Class Summary
AddBroadcastJobCmdImpl Add a broadcast job to scheduler table.
AddJobCmdImpl Add a job to scheduler table.
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 a job to scheduler table by calling the remove job on the given scheduler job and and add job to create a copy of the scheduler job.
GetBroadcastJobStatusCmdImpl Gets the status of a broadcast Job.
GetJobStatusCmdImpl Gets the status of a broadcast Job.
ListRegistryCmdImpl List current registy names.
RefreshLocalRegistryCmdImpl Refresh the local copy of the runtime cache command implementation.
RefreshRegistryCmdImpl Refresh registry information for all clones command implementation.
RemoveJobCmdImpl Remove jobs from scheduler.
SchedulerInterruptCmdImpl This command is used to wake up a scheduler from its sleep.
UpdateLocalRegistryCmdImpl Refresh the local copy of the runtime cache command implementation.
UpdateRegistryCmdImpl Command to update the registry.
 

Package com.ibm.commerce.scheduler.commands Description

Contains commands to configure the scheduler along with commands that will dynamically update the WCS runtime environment.