Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.jobs
Class QSYSHostJobRunProperties

java.lang.Object
  extended by com.ibm.etools.iseries.services.qsys.jobs.QSYSHostJobRunProperties
All Implemented Interfaces:
IQSYSJobRunProperties

public class QSYSHostJobRunProperties
extends Object
implements IQSYSJobRunProperties

JavaBean for storing run related job properties


Field Summary
static String copyright
           
 
Constructor Summary
QSYSHostJobRunProperties()
           
 
Method Summary
 int getAuxiliaryIORequests()
          Get the auxiliary IO requests
 int getCPUTimeUsed()
          Get the CPU time used
 int getDefaultWaitTime()
          Get the default wait time
 int getInteractiveTransactions()
          Get the number of interactive transactions
 int getMaxCPUTime()
          Get the max CPU time
 int getMaxTempStorage()
          Get the max temp storage
 int getRunPriority()
          Get the run priority
 int getTempStorageUsed()
          Get the used temp storage size
 int getThreadCount()
          Get the thread count
 int getTimeSlice()
          Get the time slice
 int getTotalResponseTime()
          Get the total response time
 boolean isEligbleForPurge()
          Is job eligible for purge
 void setAuxiliaryIORequests(int count)
          Set the auxiliary IO requests
 void setCPUTimeUsed(int time)
          Set the CPU time used.
 void setDefaultWiatTime(int wait)
          Set the default wait time
 void setEligibleForPurge(boolean eligible)
          Set is eligible for purge
 void setInteractiveTransactions(int count)
          Set the interactive transactions
 void setMaxCPUTime(int time)
          Set the max CPU time
 void setMaxTempStorage(int max)
          Set the max temp storage
 void setRunPriority(int priority)
          Set the run priority
 void setTempStorageUsed(int used)
          Set the temp storage used
 void setThreadCount(int count)
          Set the thread count
 void setTimeSlice(int slice)
          Set the time slice
 void setTotalResponseTime(int time)
          Set the total response time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

QSYSHostJobRunProperties

public QSYSHostJobRunProperties()
Method Detail

getAuxiliaryIORequests

public int getAuxiliaryIORequests()
Description copied from interface: IQSYSJobRunProperties
Get the auxiliary IO requests

Specified by:
getAuxiliaryIORequests in interface IQSYSJobRunProperties

getCPUTimeUsed

public int getCPUTimeUsed()
Description copied from interface: IQSYSJobRunProperties
Get the CPU time used

Specified by:
getCPUTimeUsed in interface IQSYSJobRunProperties

getDefaultWaitTime

public int getDefaultWaitTime()
Description copied from interface: IQSYSJobRunProperties
Get the default wait time

Specified by:
getDefaultWaitTime in interface IQSYSJobRunProperties

getInteractiveTransactions

public int getInteractiveTransactions()
Description copied from interface: IQSYSJobRunProperties
Get the number of interactive transactions

Specified by:
getInteractiveTransactions in interface IQSYSJobRunProperties

getMaxCPUTime

public int getMaxCPUTime()
Description copied from interface: IQSYSJobRunProperties
Get the max CPU time

Specified by:
getMaxCPUTime in interface IQSYSJobRunProperties

getMaxTempStorage

public int getMaxTempStorage()
Description copied from interface: IQSYSJobRunProperties
Get the max temp storage

Specified by:
getMaxTempStorage in interface IQSYSJobRunProperties

getRunPriority

public int getRunPriority()
Description copied from interface: IQSYSJobRunProperties
Get the run priority

Specified by:
getRunPriority in interface IQSYSJobRunProperties

getTempStorageUsed

public int getTempStorageUsed()
Description copied from interface: IQSYSJobRunProperties
Get the used temp storage size

Specified by:
getTempStorageUsed in interface IQSYSJobRunProperties

getThreadCount

public int getThreadCount()
Description copied from interface: IQSYSJobRunProperties
Get the thread count

Specified by:
getThreadCount in interface IQSYSJobRunProperties

getTimeSlice

public int getTimeSlice()
Description copied from interface: IQSYSJobRunProperties
Get the time slice

Specified by:
getTimeSlice in interface IQSYSJobRunProperties

getTotalResponseTime

public int getTotalResponseTime()
Description copied from interface: IQSYSJobRunProperties
Get the total response time

Specified by:
getTotalResponseTime in interface IQSYSJobRunProperties

isEligbleForPurge

public boolean isEligbleForPurge()
Description copied from interface: IQSYSJobRunProperties
Is job eligible for purge

Specified by:
isEligbleForPurge in interface IQSYSJobRunProperties

setAuxiliaryIORequests

public void setAuxiliaryIORequests(int count)
Description copied from interface: IQSYSJobRunProperties
Set the auxiliary IO requests

Specified by:
setAuxiliaryIORequests in interface IQSYSJobRunProperties

setCPUTimeUsed

public void setCPUTimeUsed(int time)
Description copied from interface: IQSYSJobRunProperties
Set the CPU time used.

Specified by:
setCPUTimeUsed in interface IQSYSJobRunProperties

setDefaultWiatTime

public void setDefaultWiatTime(int wait)
Description copied from interface: IQSYSJobRunProperties
Set the default wait time

Specified by:
setDefaultWiatTime in interface IQSYSJobRunProperties

setEligibleForPurge

public void setEligibleForPurge(boolean eligible)
Description copied from interface: IQSYSJobRunProperties
Set is eligible for purge

Specified by:
setEligibleForPurge in interface IQSYSJobRunProperties

setInteractiveTransactions

public void setInteractiveTransactions(int count)
Description copied from interface: IQSYSJobRunProperties
Set the interactive transactions

Specified by:
setInteractiveTransactions in interface IQSYSJobRunProperties

setMaxCPUTime

public void setMaxCPUTime(int time)
Description copied from interface: IQSYSJobRunProperties
Set the max CPU time

Specified by:
setMaxCPUTime in interface IQSYSJobRunProperties

setMaxTempStorage

public void setMaxTempStorage(int max)
Description copied from interface: IQSYSJobRunProperties
Set the max temp storage

Specified by:
setMaxTempStorage in interface IQSYSJobRunProperties

setRunPriority

public void setRunPriority(int priority)
Description copied from interface: IQSYSJobRunProperties
Set the run priority

Specified by:
setRunPriority in interface IQSYSJobRunProperties

setTempStorageUsed

public void setTempStorageUsed(int used)
Description copied from interface: IQSYSJobRunProperties
Set the temp storage used

Specified by:
setTempStorageUsed in interface IQSYSJobRunProperties

setThreadCount

public void setThreadCount(int count)
Description copied from interface: IQSYSJobRunProperties
Set the thread count

Specified by:
setThreadCount in interface IQSYSJobRunProperties

setTimeSlice

public void setTimeSlice(int slice)
Description copied from interface: IQSYSJobRunProperties
Set the time slice

Specified by:
setTimeSlice in interface IQSYSJobRunProperties

setTotalResponseTime

public void setTotalResponseTime(int time)
Description copied from interface: IQSYSJobRunProperties
Set the total response time

Specified by:
setTotalResponseTime in interface IQSYSJobRunProperties

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.