|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQSYSJob
Interface representing an IBM i operating system job.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
void |
clearCachedProperties()
Clear cached properties |
String |
getAbsoluteName()
Return the absolute job name. |
String |
getCurrentUser()
Return the user profile for this job |
Date |
getDateEntered()
Return the status for this job. |
IQSYSJobDefinitionProperties |
getDefinitionProperties()
Get the definition properties for this job |
String |
getFullJobName()
Return the fully qualified iSeries job name in the format: jobNumber/userName/jobName |
IQSYSJobInternationalProperties |
getInternationalProperties()
Get the international properties for this job |
String |
getJobName()
Return the job name |
String |
getJobNumber()
Return the job number |
String |
getJobType()
Return the type of job. |
IQSYSJobRunProperties |
getRunProperties()
Get the run properties for this job |
String |
getStatus()
Return the status for this job. |
IQSYSJobStatusProperties |
getStatusProperties()
Get the status properties for this job |
String |
getSubsystem()
Return the subsystem for this job. |
String |
getUserName()
Return the job user name |
void |
setCurrentUser(String userProfile)
Set the user profile for this job |
void |
setDateEntered(Date date)
Set the Date entered for this job. |
void |
setDefinitionProperties(IQSYSJobDefinitionProperties properties)
Set the definition properties for this job |
void |
setInternationalProperties(IQSYSJobInternationalProperties properties)
Set the international properties for this job |
void |
setJobName(String name)
Set the job name |
void |
setJobNumber(String number)
Set the job number |
void |
setJobType(String type)
Set the job type. |
void |
setRunProperties(IQSYSJobRunProperties properties)
Set the run properties for this job |
void |
setStatus(String status)
Set the status for this job. |
void |
setStatusProperties(IQSYSJobStatusProperties properties)
Set the status properties for this job |
void |
setSubsystem(String subsystem)
Set the subsystem for this job. |
void |
setUserName(String user)
Set the job user name |
Field Detail |
---|
static final String copyright
Method Detail |
---|
String getAbsoluteName()
Same as getFullJobName().
jobNumber/userName/jobName
String getJobType()
String getFullJobName()
Same as getAbsoluteName().
String getJobNumber()
String getUserName()
String getJobName()
String getStatus()
Date getDateEntered()
String getSubsystem()
String getCurrentUser()
void setJobType(String type)
void setJobNumber(String number)
void setUserName(String user)
void setJobName(String name)
void setStatus(String status)
void setDateEntered(Date date)
void setSubsystem(String subsystem)
void setCurrentUser(String userProfile)
IQSYSJobInternationalProperties getInternationalProperties() throws SystemMessageException
SystemMessageException
void setInternationalProperties(IQSYSJobInternationalProperties properties)
IQSYSJobRunProperties getRunProperties() throws SystemMessageException
SystemMessageException
void setRunProperties(IQSYSJobRunProperties properties)
IQSYSJobDefinitionProperties getDefinitionProperties() throws SystemMessageException
SystemMessageException
void setDefinitionProperties(IQSYSJobDefinitionProperties properties)
IQSYSJobStatusProperties getStatusProperties() throws SystemMessageException
SystemMessageException
void setStatusProperties(IQSYSJobStatusProperties properties)
void clearCachedProperties()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |