|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.JobHistoryRun
This object is used to represent the information collected about a single job run.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
JobHistoryRun()
Creates an empty JobHistoryRun object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this JobHistoryRun object are equal to those of the given one. |
Identifier |
getId()
Returns the job identifier. |
Identifier |
getJobDefinitionId()
Returns the job definition identifier. |
Identifier |
getJobId()
Returns the job identifier. |
java.lang.String |
getJobName()
Returns the job name. |
JobStatistics |
getJobStatistics()
Returns the statistics of the job definition. |
Identifier |
getJobStreamInstanceId()
Returns the job stream instance identifier. |
java.lang.String |
getJobStreamName()
Returns the job stream name. |
LockData |
getLockData()
Returns null, since this object has no lock data. |
ModifyData |
getModifyData()
Returns null, since this object has no modification data. |
java.lang.String |
getName()
Returns the job name. |
TWSHeader |
getObjectHeader()
Returns this object, which also acts as a TWS header. |
TWSKey |
getObjectKey()
Returns null, since this object has no key. |
java.util.Date |
getRunDate()
Returns the date and time of this job run. |
java.util.Date |
getStartTime()
Returns the job start time. |
JobRunStatus |
getStatus()
Returns the job run status. |
long |
getTotalCPUTime()
Returns the total CPU time of this job run. |
long |
getTotalElapsedTime()
Returns the total elapsed time of this job run. |
java.lang.String |
getWorkstationName()
Returns the name of the workstation where the job was run. |
int |
hashCode()
Returns a hash code for this JobHistoryRun object. |
void |
setJobDefinitionId(Identifier identifier)
Sets the job definition identifier. |
void |
setJobId(Identifier identifier)
Sets the job identifier. |
void |
setJobName(java.lang.String value)
Sets the job name. |
void |
setJobStatistics(JobStatistics statistics)
Sets the statistics of the job definition. |
void |
setJobStreamInstanceId(Identifier identifier)
Sets the job stream instance identifier. |
void |
setJobStreamName(java.lang.String value)
Sets the job stream name. |
void |
setRunDate(java.util.Date value)
Sets the date and time of this job run. |
void |
setStartTime(java.util.Date value)
Sets the job start time. |
void |
setStatus(JobRunStatus value)
Sets the job run status. |
void |
setTotalCPUTime(long value)
Sets the total CPU time of this job run. |
void |
setTotalElapsedTime(long value)
Sets the total elapsed time of this job run. |
void |
setWorkstationName(java.lang.String value)
Sets the name of the workstation where the job was run. |
java.lang.String |
toString()
Returns a string representation of this JobHistoryRun object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public JobHistoryRun()
Method Detail |
public Identifier getId()
getId
in interface TWSObject
public java.lang.String getName()
getName
in interface TWSObject
public TWSKey getObjectKey()
getObjectKey
in interface TWSObject
public TWSHeader getObjectHeader()
getObjectHeader
in interface TWSObject
public ModifyData getModifyData()
getModifyData
in interface TWSObject
public LockData getLockData()
getLockData
in interface TWSObject
public java.lang.String getJobStreamName()
public java.lang.String getJobName()
public java.lang.String getWorkstationName()
public java.util.Date getStartTime()
public java.util.Date getRunDate()
public long getTotalCPUTime()
public long getTotalElapsedTime()
public JobRunStatus getStatus()
public Identifier getJobId()
public Identifier getJobStreamInstanceId()
public Identifier getJobDefinitionId()
public JobStatistics getJobStatistics()
public void setJobStreamName(java.lang.String value)
value
- The job stream name.public void setJobName(java.lang.String value)
value
- The job name.public void setWorkstationName(java.lang.String value)
value
- The name of the workstation where the job was run.public void setStartTime(java.util.Date value)
value
- The job start time.public void setRunDate(java.util.Date value)
value
- The date and time of this job run.public void setTotalCPUTime(long value)
value
- The total CPU time of this job run.public void setTotalElapsedTime(long value)
value
- The total elapsed time of this job run.public void setStatus(JobRunStatus value)
value
- The job run status.public void setJobId(Identifier identifier)
identifier
- The job identifier.public void setJobStreamInstanceId(Identifier identifier)
identifier
- The job stream instance identifier.public void setJobDefinitionId(Identifier identifier)
identifier
- The job definition identifier.public void setJobStatistics(JobStatistics statistics)
statistics
- The statistics of the job definition.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |