com.ibm.jtopenlite.components
Class JobInfo
java.lang.Object
com.ibm.jtopenlite.components.JobInfo
public class JobInfo
- extends Object
Represents job information returned by the ListActiveJobs class.
The toString(), toString2(), and toString3() methods will print
the various fields in a format similar to what WRKACTJOB does.
getJobName
public String getJobName()
getUserName
public String getUserName()
getCurrentUser
public String getCurrentUser()
getJobNumber
public String getJobNumber()
getJobType
public String getJobType()
getStatus
public String getStatus()
getSubsystem
public String getSubsystem()
getFunction
public String getFunction()
getCPUPercent
public float getCPUPercent()
getThreadCount
public int getThreadCount()
getRunPriority
public int getRunPriority()
getTotalCPUUsed
public long getTotalCPUUsed()
getMemoryPool
public String getMemoryPool()
getMemoryPoolID
public int getMemoryPoolID()
toString
public String toString()
- Overrides:
toString in class Object
toString2
public String toString2()
toString3
public String toString3()