|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.services.qsys.jobs.QSYSHostJob
public class QSYSHostJob
Class representing an IBM i job.
| Field Summary | |
|---|---|
static String |
copyright
|
| Constructor Summary | |
|---|---|
QSYSHostJob()
|
|
| Method Summary | |
|---|---|
void |
clearCachedProperties()
Clear cached properties |
boolean |
equals(Object obj)
|
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 |
int |
hashCode()
|
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 |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String copyright
| Constructor Detail |
|---|
public QSYSHostJob()
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String getAbsoluteName()
IQSYSJobSame as getFullJobName().
getAbsoluteName in interface IQSYSJobjobNumber/userName/jobNamepublic Date getDateEntered()
IQSYSJob
getDateEntered in interface IQSYSJobpublic String getFullJobName()
IQSYSJobSame as getAbsoluteName().
getFullJobName in interface IQSYSJobpublic String getJobName()
IQSYSJob
getJobName in interface IQSYSJobpublic String getJobNumber()
IQSYSJob
getJobNumber in interface IQSYSJobpublic String getJobType()
IQSYSJob
getJobType in interface IQSYSJobpublic String getStatus()
IQSYSJob
getStatus in interface IQSYSJobpublic String getUserName()
IQSYSJob
getUserName in interface IQSYSJobpublic void setDateEntered(Date date)
IQSYSJob
setDateEntered in interface IQSYSJobpublic void setJobName(String name)
IQSYSJob
setJobName in interface IQSYSJobpublic void setJobNumber(String number)
IQSYSJob
setJobNumber in interface IQSYSJobpublic void setJobType(String type)
IQSYSJob
setJobType in interface IQSYSJobpublic void setStatus(String status)
IQSYSJob
setStatus in interface IQSYSJobpublic void setUserName(String user)
IQSYSJob
setUserName in interface IQSYSJobpublic String getSubsystem()
IQSYSJob
getSubsystem in interface IQSYSJobpublic void setSubsystem(String subsystem)
IQSYSJob
setSubsystem in interface IQSYSJobpublic String getCurrentUser()
IQSYSJob
getCurrentUser in interface IQSYSJobpublic void setCurrentUser(String userProfile)
IQSYSJob
setCurrentUser in interface IQSYSJobpublic String toString()
toString in class Object
public IQSYSJobInternationalProperties getInternationalProperties()
throws SystemMessageException
IQSYSJob
getInternationalProperties in interface IQSYSJobSystemMessageExceptionpublic void setInternationalProperties(IQSYSJobInternationalProperties properties)
IQSYSJob
setInternationalProperties in interface IQSYSJob
public IQSYSJobDefinitionProperties getDefinitionProperties()
throws SystemMessageException
IQSYSJob
getDefinitionProperties in interface IQSYSJobSystemMessageException
public IQSYSJobRunProperties getRunProperties()
throws SystemMessageException
IQSYSJob
getRunProperties in interface IQSYSJobSystemMessageException
public IQSYSJobStatusProperties getStatusProperties()
throws SystemMessageException
IQSYSJob
getStatusProperties in interface IQSYSJobSystemMessageExceptionpublic void setDefinitionProperties(IQSYSJobDefinitionProperties properties)
IQSYSJob
setDefinitionProperties in interface IQSYSJobpublic void setRunProperties(IQSYSJobRunProperties properties)
IQSYSJob
setRunProperties in interface IQSYSJobpublic void setStatusProperties(IQSYSJobStatusProperties properties)
IQSYSJob
setStatusProperties in interface IQSYSJobpublic void clearCachedProperties()
IQSYSJob
clearCachedProperties in interface IQSYSJob
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||