See: Description
Interface | Description |
---|---|
AddBroadcastJobCmd |
Adds a new broadcast job to the WebSphere Commerce Server's scheduler.
|
AddJobCmd |
This class adds a job to the WebSphere Commerce Server's scheduler.
|
CheckForWorkCmd |
This interface is common for scheduler task commands.
|
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 WebSphere 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 | Description |
---|---|
AddBroadcastJobCmdImpl |
This class adds a new broadcast job to the WebSphere Commerce Server's scheduler.
|
AddJobCmdImpl |
This class adds a job to the WebSphere Commerce 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 |
This class removes job entries from scheduler status table if the job entry is completed.
|
EditJobCmdImpl |
This class edits the configuration or next start time of an existing schedule job.
|
GetBroadcastJobStatusCmdImpl | Deprecated
Replaced by
SchedulerStatusDataBean . |
GetJobStatusCmdImpl | Deprecated
Replaced by
SchedulerStatusDataBean . |
RemoveJobCmdImpl |
This class removes jobs from the scheduler so that they will no longer be processed.
|