public class SchedulerItemsDataBean extends SmartDataBeanImpl implements SchedulerDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright Statement.
|
emptyString
Constructor and Description |
---|
SchedulerItemsDataBean()
Creates the Scheduler Item Data Bean.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActiveFlag()
Returns the Active Flag for the specified scheduled job.
|
java.lang.String |
getActiveFlag(int index)
Returns the Active Flag for the specified scheduled job.
|
java.lang.String |
getApplicationType()
Returns the application type for the scheduled job.
|
java.lang.String |
getApplicationType(int index)
Returns the application type for the scheduled job.
|
java.lang.String |
getAttempts(int index)
Returns the attempts of running the specified scheduled job incase of failure.
|
java.lang.String |
getDelay(int index)
Returns the delay in seconds before attempt to rerun the specified scheduled job
in case of a failed run.
|
java.lang.String |
getDescription()
Returns the description for the specified scheduled job.
|
java.lang.String |
getDescription(int index)
Returns the description for the specified scheduled job.
|
java.lang.String |
getFirstApplicationType()
Returns the application type for the scheduled job.
|
java.lang.String |
getFirstFormattedStart()
Returns the last start time for the last run of the specified scheduled job.
|
java.lang.String |
getFirstHost()
Returns the scheduler instance (often referred to as host name) of the specified scheduled job.
|
java.lang.String |
getFirstInterval()
Returns the interval in seconds when to run the specified scheduled job next.
|
java.lang.String |
getFirstJobRefNum()
Returns the job reference number for the specified scheduled job.
|
java.lang.String |
getFirstPathInfo()
Returns the command that will be executed for the scheduled job.
|
java.lang.String |
getFirstQueryString()
The parameters that will be passed to the specified scheduled job.
|
java.lang.String |
getFirstStoreId()
Returns the store id for the store that the specified scheduled job will run for.
|
java.lang.String |
getFirstUserReferenceNumber()
Returns the user identity for the running the specified scheduled job.
|
java.lang.String |
getFormattedStart()
Returns the last start time for the last run of the specified scheduled job.
|
java.lang.String |
getHost()
Returns the scheduler instance (often referred to as host name) of the specified scheduled job.
|
java.lang.String |
getHost(int index)
Returns the scheduler instance (often referred to as host name) of the specified scheduled job.
|
java.lang.String |
getInterfaceName()
Returns the interface that represents the check command for the specified scheduled job.
|
java.lang.String |
getInterfaceName(int index)
Returns the interface that represents the check command for the specified scheduled job.
|
java.lang.String |
getInterval()
Returns the interval in seconds when to run the specified scheduled job next.
|
java.lang.String |
getInterval(int index)
Returns the interval in seconds when to run the specified scheduled job next.
|
java.lang.String |
getJobRefNum()
Returns the job reference number for the specified scheduled job.
|
java.lang.String |
getJobRefNum(int index)
Returns the job reference number for the specified scheduled job.
|
java.lang.String |
getPathInfo()
Returns the command that will be executed for the scheduled job.
|
java.lang.String |
getPathInfo(int index)
Returns the command that will be executed for the scheduled job.
|
java.lang.String |
getPriority()
Returns the priority for running the specified scheduled job.
|
java.lang.String |
getPriority(int index)
Returns the priority for running the specified scheduled job.
|
java.lang.String |
getQueryString()
The parameters that will be passed to the specified scheduled job.
|
java.lang.String |
getQueryString(int index)
The parameters that will be passed to the specified scheduled job.
|
java.lang.String |
getSequence()
Returns the sequence for the specified scheduled job.
|
java.lang.String |
getSequence(int index)
Returns the sequence for the specified scheduled job.
|
java.lang.String |
getStart()
Returns the last start time for the last run of the specified scheduled job.
|
java.lang.String |
getStart(int index)
Returns the last start time for the last run of the specified scheduled job.
|
java.lang.String |
getStoreId()
Returns the store id for the store that the specified scheduled job will run for.
|
java.lang.String |
getStoreId(int index)
Returns the store id for the store that the specified scheduled job will run for.
|
java.lang.String |
getUserReferenceNumber()
Returns the user identity for the running the specified scheduled job.
|
java.lang.String |
getUserReferenceNumber(int index)
Returns the user identity for the running the specified scheduled job.
|
void |
populate()
Retrieves the specified scheduled job.
|
void |
setJobRefNum(java.lang.String newJobRefNum)
Sets the job number for the scheduled job that should be found.
|
void |
setOrderBy(java.lang.String orderBy)
Indicates what property should be used to sort the list of scheduled jobs.
|
int |
size()
Returns the number of items for the specified job reference number.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandContext, setCommandContext
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public SchedulerItemsDataBean()
public java.lang.String getActiveFlag()
public java.lang.String getActiveFlag(int index)
index
- the position of the scheduled job.public java.lang.String getApplicationType()
public java.lang.String getFirstApplicationType()
public java.lang.String getApplicationType(int index)
index
- the position of the scheduled job.public java.lang.String getAttempts(int index)
index
- the position of the scheduled job.public java.lang.String getDelay(int index)
index
- the position of the scheduled job.public java.lang.String getHost()
public java.lang.String getFirstHost()
public java.lang.String getHost(int index)
index
- the position of the scheduled job.public java.lang.String getDescription()
public java.lang.String getDescription(int index)
public java.lang.String getInterfaceName()
public java.lang.String getInterfaceName(int index)
index
- the position of the scheduled job.public java.lang.String getInterval()
public java.lang.String getFirstInterval()
public java.lang.String getInterval(int index)
index
- the position of the scheduled job.public java.lang.String getJobRefNum()
public java.lang.String getFirstJobRefNum()
public java.lang.String getJobRefNum(int index)
index
- the position of the scheduled job.public java.lang.String getPathInfo()
public java.lang.String getFirstPathInfo()
public java.lang.String getPathInfo(int index)
index
- the position of the scheduled job.public java.lang.String getPriority()
index
- the position of the scheduled job.public java.lang.String getPriority(int index)
index
- the position of the scheduled job.public java.lang.String getQueryString()
index
- the position of the scheduled job.public java.lang.String getFirstQueryString()
index
- the position of the scheduled job.public java.lang.String getQueryString(int index)
index
- the position of the scheduled job.public java.lang.String getSequence()
public java.lang.String getSequence(int index)
index
- the position of the scheduled job.public java.lang.String getFirstFormattedStart()
public java.lang.String getFormattedStart()
public java.lang.String getStart()
public java.lang.String getStart(int index)
index
- the position of the scheduled job.public java.lang.String getStoreId()
public java.lang.String getFirstStoreId()
public java.lang.String getStoreId(int index)
index
- the position of the scheduled job.public java.lang.String getUserReferenceNumber()
public java.lang.String getFirstUserReferenceNumber()
public java.lang.String getUserReferenceNumber(int index)
index
- the position of the scheduled job.public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
- if there are any problems retrieving the data.public void setJobRefNum(java.lang.String newJobRefNum)
newJobRefNum
- the job reference number.public void setOrderBy(java.lang.String orderBy)
orderBy
- the property to sort the scheduled jobs by.public int size()