com.ibm.jtopenlite.components
Class JobInfo

java.lang.Object
  extended by 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.


Method Summary
 float getCPUPercent()
           
 String getCurrentUser()
           
 String getFunction()
           
 String getJobName()
           
 String getJobNumber()
           
 String getJobType()
           
 String getMemoryPool()
           
 int getMemoryPoolID()
           
 int getRunPriority()
           
 String getStatus()
           
 String getSubsystem()
           
 int getThreadCount()
           
 long getTotalCPUUsed()
           
 String getUserName()
           
 String toString()
           
 String toString2()
           
 String toString3()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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()