public class SchedulerCommandsDataBean extends SmartDataBeanImpl implements SchedulerDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright Statement.
|
Constructor and Description |
---|
SchedulerCommandsDataBean() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector | getCheckCommandInfo(int index)
This method gets a Vector of check commands that is associated with the given scheduler command.
|
java.lang.String | getSchedulerCommand(int index)
This method gets the name of the scheduler command.
|
void | populate()
This method retrieves all the scheduler commands that are specified in the SCHCMD table.
|
void | setSchedulerCommand(java.lang.String newPathInfo)
This method specifies the scheduler command to retrieve.
|
int | size()
This method gets the number of scheduler commands that may be defined for a store.
|
public static final java.lang.String COPYRIGHT
public java.util.Vector getCheckCommandInfo(int index)
public java.lang.String getSchedulerCommand(int index)
public void populate() throws java.lang.Exception
public void setSchedulerCommand(java.lang.String newPathInfo)
public int size()