Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.api
Interface IQSYSJobRunProperties

All Known Implementing Classes:
QSYSHostJobRunProperties

public interface IQSYSJobRunProperties

Run related job properties


Field Summary
static String copyright
           
 
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
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getRunPriority

int getRunPriority()
Get the run priority


setRunPriority

void setRunPriority(int priority)
Set the run priority


getTimeSlice

int getTimeSlice()
Get the time slice


setTimeSlice

void setTimeSlice(int slice)
Set the time slice


isEligbleForPurge

boolean isEligbleForPurge()
Is job eligible for purge


setEligibleForPurge

void setEligibleForPurge(boolean eligible)
Set is eligible for purge


getDefaultWaitTime

int getDefaultWaitTime()
Get the default wait time


setDefaultWiatTime

void setDefaultWiatTime(int wait)
Set the default wait time


getMaxCPUTime

int getMaxCPUTime()
Get the max CPU time


setMaxCPUTime

void setMaxCPUTime(int time)
Set the max CPU time


getCPUTimeUsed

int getCPUTimeUsed()
Get the CPU time used


setCPUTimeUsed

void setCPUTimeUsed(int time)
Set the CPU time used.


getMaxTempStorage

int getMaxTempStorage()
Get the max temp storage


setMaxTempStorage

void setMaxTempStorage(int max)
Set the max temp storage


getTempStorageUsed

int getTempStorageUsed()
Get the used temp storage size


setTempStorageUsed

void setTempStorageUsed(int used)
Set the temp storage used


getThreadCount

int getThreadCount()
Get the thread count


setThreadCount

void setThreadCount(int count)
Set the thread count


getAuxiliaryIORequests

int getAuxiliaryIORequests()
Get the auxiliary IO requests


setAuxiliaryIORequests

void setAuxiliaryIORequests(int count)
Set the auxiliary IO requests


getInteractiveTransactions

int getInteractiveTransactions()
Get the number of interactive transactions


setInteractiveTransactions

void setInteractiveTransactions(int count)
Set the interactive transactions


getTotalResponseTime

int getTotalResponseTime()
Get the total response time


setTotalResponseTime

void setTotalResponseTime(int time)
Set the total response time


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.