Rational Developer for Power Systems Software
V7.6

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

All Known Implementing Classes:
QSYSHostJobDefinitionProperties

public interface IQSYSJobDefinitionProperties

Job definition properties.


Field Summary
static String copyright
           
 
Method Summary
 String getAccountingCode()
          Get the accounting code
 String getBreakMessageHandling()
          Get the break message handling
 int getCurrentSystemPool()
          Get the current system pool
 String getDeviceRecoveryAction()
          Get the device recovery action
 int getEndSeverity()
          Get the end severity
 String getInquiryMessageReply()
          Get the inquiry message reply
 String getLogCLPrograms()
          Get the log CL programs setting
 String getLoggingLevel()
          Get the logging level
 int getLoggingSeverity()
          Get the logging severity
 String getLoggingText()
          Get the logging text
 String getMessageQueueAction()
          Get the message queue action
 int getMessageQueueMaxSize()
          Get the message queue max size
 String getOutputQueue()
          get the job output queue
 String getOutputQueuePriority()
          Get the output queue priority
 String getPrinter()
          Get the printer
 String getPrinterText()
          Get the printer text
 String getPrintKeyFormat()
          Get the print key format
 int getProductReturnCode()
          Get the product return code
 int getProgramReturnCode()
          Get the program return code
 String getRoutingData()
          Get the job routing data
 String getStatusMessageHandling()
          Get the status message handling
 String getSwitchSettings()
          Get the job switch settings
 String getTimeSliceEndPool()
          Get the time slice
 int getUserReturnCode()
          Get the user return code
 boolean isKeepDDMConnectionsAlive()
          Is keep DDM connections alive on
 void setAccountingCode(String code)
          Set the accounting code
 void setBreakMessageHandling(String handling)
          Set the break message handling
 void setCurrentSystemPool(int pool)
          Set the current system pool
 void setDeviceRecoveryAction(String action)
          Set the device recovery action
 void setEndSeverity(int severity)
          Set the end severity
 void setInquiryMessageReply(String reply)
          Set the inquiry message reply
 void setKeepDDMConnectionsAlive(boolean keepAlive)
          Set the keep DDM connections alive setting
 void setLogCLPrograms(String log)
          Set the log CL programs setting
 void setLoggingLevel(String level)
          Set the logging level
 void setLoggingSeverity(int severity)
          Set the logging severity
 void setLoggingText(String text)
          Set the logging text
 void setMessageQueueAction(String action)
          Set the message queue action
 void setMessageQueueMaxSize(int maxSize)
          Set the message queue max size
 void setOutputQueue(String queue)
          Set the job output queue
 void setOutputQueuePriority(String priority)
          Set the output queue priority
 void setPrinter(String printer)
          Set the printer
 void setPrinterText(String text)
          Set the printer text
 void setPrintKeyFormat(String format)
          Set the printer key format
 void setProductReturnCode(int rc)
          Set the product return code
 void setProgramReturnCode(int rc)
          Set the program return code
 void setRoutingData(String data)
          Set the routing data
 void setStatusMessageHandling(String handling)
          Set the status message handling
 void setSwtichSettings(String switches)
          Set the job switch settings
 void setTimeSliceEndPool(String timeSlice)
          Set the time slice
 void setUserReturnCode(int rc)
          Set the user return code
 

Field Detail

copyright

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

getOutputQueue

String getOutputQueue()
get the job output queue


setOutputQueue

void setOutputQueue(String queue)
Set the job output queue


getOutputQueuePriority

String getOutputQueuePriority()
Get the output queue priority


setOutputQueuePriority

void setOutputQueuePriority(String priority)
Set the output queue priority


getPrinter

String getPrinter()
Get the printer


setPrinter

void setPrinter(String printer)
Set the printer


getPrinterText

String getPrinterText()
Get the printer text


setPrinterText

void setPrinterText(String text)
Set the printer text


getPrintKeyFormat

String getPrintKeyFormat()
Get the print key format


setPrintKeyFormat

void setPrintKeyFormat(String format)
Set the printer key format


getRoutingData

String getRoutingData()
Get the job routing data


setRoutingData

void setRoutingData(String data)
Set the routing data


getCurrentSystemPool

int getCurrentSystemPool()
Get the current system pool


setCurrentSystemPool

void setCurrentSystemPool(int pool)
Set the current system pool


getTimeSliceEndPool

String getTimeSliceEndPool()
Get the time slice


setTimeSliceEndPool

void setTimeSliceEndPool(String timeSlice)
Set the time slice


getProductReturnCode

int getProductReturnCode()
Get the product return code


setProductReturnCode

void setProductReturnCode(int rc)
Set the product return code


getUserReturnCode

int getUserReturnCode()
Get the user return code


setUserReturnCode

void setUserReturnCode(int rc)
Set the user return code


getProgramReturnCode

int getProgramReturnCode()
Get the program return code


setProgramReturnCode

void setProgramReturnCode(int rc)
Set the program return code


getSwitchSettings

String getSwitchSettings()
Get the job switch settings


setSwtichSettings

void setSwtichSettings(String switches)
Set the job switch settings


getBreakMessageHandling

String getBreakMessageHandling()
Get the break message handling


setBreakMessageHandling

void setBreakMessageHandling(String handling)
Set the break message handling


getStatusMessageHandling

String getStatusMessageHandling()
Get the status message handling


setStatusMessageHandling

void setStatusMessageHandling(String handling)
Set the status message handling


getInquiryMessageReply

String getInquiryMessageReply()
Get the inquiry message reply


setInquiryMessageReply

void setInquiryMessageReply(String reply)
Set the inquiry message reply


getEndSeverity

int getEndSeverity()
Get the end severity


setEndSeverity

void setEndSeverity(int severity)
Set the end severity


getLogCLPrograms

String getLogCLPrograms()
Get the log CL programs setting


setLogCLPrograms

void setLogCLPrograms(String log)
Set the log CL programs setting


getLoggingLevel

String getLoggingLevel()
Get the logging level


setLoggingLevel

void setLoggingLevel(String level)
Set the logging level


getLoggingSeverity

int getLoggingSeverity()
Get the logging severity


setLoggingSeverity

void setLoggingSeverity(int severity)
Set the logging severity


getLoggingText

String getLoggingText()
Get the logging text


setLoggingText

void setLoggingText(String text)
Set the logging text


getMessageQueueMaxSize

int getMessageQueueMaxSize()
Get the message queue max size


setMessageQueueMaxSize

void setMessageQueueMaxSize(int maxSize)
Set the message queue max size


getMessageQueueAction

String getMessageQueueAction()
Get the message queue action


setMessageQueueAction

void setMessageQueueAction(String action)
Set the message queue action


getDeviceRecoveryAction

String getDeviceRecoveryAction()
Get the device recovery action


setDeviceRecoveryAction

void setDeviceRecoveryAction(String action)
Set the device recovery action


isKeepDDMConnectionsAlive

boolean isKeepDDMConnectionsAlive()
Is keep DDM connections alive on


setKeepDDMConnectionsAlive

void setKeepDDMConnectionsAlive(boolean keepAlive)
Set the keep DDM connections alive setting


getAccountingCode

String getAccountingCode()
Get the accounting code


setAccountingCode

void setAccountingCode(String code)
Set the accounting code


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.