|
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.Object com.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 Object
public int hashCode()
hashCode
in class Object
public String getAbsoluteName()
IQSYSJob
Same as getFullJobName().
getAbsoluteName
in interface IQSYSJob
jobNumber/userName/jobName
public Date getDateEntered()
IQSYSJob
getDateEntered
in interface IQSYSJob
public String getFullJobName()
IQSYSJob
Same as getAbsoluteName().
getFullJobName
in interface IQSYSJob
public String getJobName()
IQSYSJob
getJobName
in interface IQSYSJob
public String getJobNumber()
IQSYSJob
getJobNumber
in interface IQSYSJob
public String getJobType()
IQSYSJob
getJobType
in interface IQSYSJob
public String getStatus()
IQSYSJob
getStatus
in interface IQSYSJob
public String getUserName()
IQSYSJob
getUserName
in interface IQSYSJob
public void setDateEntered(Date date)
IQSYSJob
setDateEntered
in interface IQSYSJob
public void setJobName(String name)
IQSYSJob
setJobName
in interface IQSYSJob
public void setJobNumber(String number)
IQSYSJob
setJobNumber
in interface IQSYSJob
public void setJobType(String type)
IQSYSJob
setJobType
in interface IQSYSJob
public void setStatus(String status)
IQSYSJob
setStatus
in interface IQSYSJob
public void setUserName(String user)
IQSYSJob
setUserName
in interface IQSYSJob
public String getSubsystem()
IQSYSJob
getSubsystem
in interface IQSYSJob
public void setSubsystem(String subsystem)
IQSYSJob
setSubsystem
in interface IQSYSJob
public String getCurrentUser()
IQSYSJob
getCurrentUser
in interface IQSYSJob
public void setCurrentUser(String userProfile)
IQSYSJob
setCurrentUser
in interface IQSYSJob
public String toString()
toString
in class Object
public IQSYSJobInternationalProperties getInternationalProperties() throws SystemMessageException
IQSYSJob
getInternationalProperties
in interface IQSYSJob
SystemMessageException
public void setInternationalProperties(IQSYSJobInternationalProperties properties)
IQSYSJob
setInternationalProperties
in interface IQSYSJob
public IQSYSJobDefinitionProperties getDefinitionProperties() throws SystemMessageException
IQSYSJob
getDefinitionProperties
in interface IQSYSJob
SystemMessageException
public IQSYSJobRunProperties getRunProperties() throws SystemMessageException
IQSYSJob
getRunProperties
in interface IQSYSJob
SystemMessageException
public IQSYSJobStatusProperties getStatusProperties() throws SystemMessageException
IQSYSJob
getStatusProperties
in interface IQSYSJob
SystemMessageException
public void setDefinitionProperties(IQSYSJobDefinitionProperties properties)
IQSYSJob
setDefinitionProperties
in interface IQSYSJob
public void setRunProperties(IQSYSJobRunProperties properties)
IQSYSJob
setRunProperties
in interface IQSYSJob
public void setStatusProperties(IQSYSJobStatusProperties properties)
IQSYSJob
setStatusProperties
in interface IQSYSJob
public 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 |