public class AddBroadcastJobCmdImpl extends AddJobCmdImpl implements AddBroadcastJobCmd
This class adds a new broadcast job to the WebSphere Commerce Server's scheduler.
The parameters passed to the command are:
This command sets and verifies the configuration needed to create a broadcast job. Only the parameters specified above are configurable and the rest of the configuration will be set in this command. The actual creation of the scheduled job is handled by the AddJobCmdImpl class and this command just controls the configuration that is specified to the scheduled job.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
AddBroadcastJobCmdImpl()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
void | setRequestProperties(TypedProperty reqParms)
This method extracts the required parameters from the request properties and sets them locally in the command.
|
void | validateParameters()
This method validates the parameters passed to the command and sets other schedule job configuration parameters that are associated with a broadcast job.
|
public static final java.lang.String COPYRIGHT
public AddBroadcastJobCmdImpl()
public void validateParameters() throws ECException
public void setRequestProperties(TypedProperty reqParms) throws ECException