Rational Developer for Power Systems Software
V7.6

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

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

public class QSYSHostJobDefinitionProperties
extends Object
implements IQSYSJobDefinitionProperties

Java bean for storing job definition properties


Field Summary
static String copyright
           
 
Constructor Summary
QSYSHostJobDefinitionProperties()
           
 
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
 
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

QSYSHostJobDefinitionProperties

public QSYSHostJobDefinitionProperties()
Method Detail

getAccountingCode

public String getAccountingCode()
Description copied from interface: IQSYSJobDefinitionProperties
Get the accounting code

Specified by:
getAccountingCode in interface IQSYSJobDefinitionProperties

getBreakMessageHandling

public String getBreakMessageHandling()
Description copied from interface: IQSYSJobDefinitionProperties
Get the break message handling

Specified by:
getBreakMessageHandling in interface IQSYSJobDefinitionProperties

getCurrentSystemPool

public int getCurrentSystemPool()
Description copied from interface: IQSYSJobDefinitionProperties
Get the current system pool

Specified by:
getCurrentSystemPool in interface IQSYSJobDefinitionProperties

getDeviceRecoveryAction

public String getDeviceRecoveryAction()
Description copied from interface: IQSYSJobDefinitionProperties
Get the device recovery action

Specified by:
getDeviceRecoveryAction in interface IQSYSJobDefinitionProperties

getEndSeverity

public int getEndSeverity()
Description copied from interface: IQSYSJobDefinitionProperties
Get the end severity

Specified by:
getEndSeverity in interface IQSYSJobDefinitionProperties

getInquiryMessageReply

public String getInquiryMessageReply()
Description copied from interface: IQSYSJobDefinitionProperties
Get the inquiry message reply

Specified by:
getInquiryMessageReply in interface IQSYSJobDefinitionProperties

getLogCLPrograms

public String getLogCLPrograms()
Description copied from interface: IQSYSJobDefinitionProperties
Get the log CL programs setting

Specified by:
getLogCLPrograms in interface IQSYSJobDefinitionProperties

getLoggingLevel

public String getLoggingLevel()
Description copied from interface: IQSYSJobDefinitionProperties
Get the logging level

Specified by:
getLoggingLevel in interface IQSYSJobDefinitionProperties

getLoggingSeverity

public int getLoggingSeverity()
Description copied from interface: IQSYSJobDefinitionProperties
Get the logging severity

Specified by:
getLoggingSeverity in interface IQSYSJobDefinitionProperties

getLoggingText

public String getLoggingText()
Description copied from interface: IQSYSJobDefinitionProperties
Get the logging text

Specified by:
getLoggingText in interface IQSYSJobDefinitionProperties

getMessageQueueAction

public String getMessageQueueAction()
Description copied from interface: IQSYSJobDefinitionProperties
Get the message queue action

Specified by:
getMessageQueueAction in interface IQSYSJobDefinitionProperties

getMessageQueueMaxSize

public int getMessageQueueMaxSize()
Description copied from interface: IQSYSJobDefinitionProperties
Get the message queue max size

Specified by:
getMessageQueueMaxSize in interface IQSYSJobDefinitionProperties

getOutputQueue

public String getOutputQueue()
Description copied from interface: IQSYSJobDefinitionProperties
get the job output queue

Specified by:
getOutputQueue in interface IQSYSJobDefinitionProperties

getOutputQueuePriority

public String getOutputQueuePriority()
Description copied from interface: IQSYSJobDefinitionProperties
Get the output queue priority

Specified by:
getOutputQueuePriority in interface IQSYSJobDefinitionProperties

getPrintKeyFormat

public String getPrintKeyFormat()
Description copied from interface: IQSYSJobDefinitionProperties
Get the print key format

Specified by:
getPrintKeyFormat in interface IQSYSJobDefinitionProperties

getPrinter

public String getPrinter()
Description copied from interface: IQSYSJobDefinitionProperties
Get the printer

Specified by:
getPrinter in interface IQSYSJobDefinitionProperties

getPrinterText

public String getPrinterText()
Description copied from interface: IQSYSJobDefinitionProperties
Get the printer text

Specified by:
getPrinterText in interface IQSYSJobDefinitionProperties

getProductReturnCode

public int getProductReturnCode()
Description copied from interface: IQSYSJobDefinitionProperties
Get the product return code

Specified by:
getProductReturnCode in interface IQSYSJobDefinitionProperties

getProgramReturnCode

public int getProgramReturnCode()
Description copied from interface: IQSYSJobDefinitionProperties
Get the program return code

Specified by:
getProgramReturnCode in interface IQSYSJobDefinitionProperties

getRoutingData

public String getRoutingData()
Description copied from interface: IQSYSJobDefinitionProperties
Get the job routing data

Specified by:
getRoutingData in interface IQSYSJobDefinitionProperties

getStatusMessageHandling

public String getStatusMessageHandling()
Description copied from interface: IQSYSJobDefinitionProperties
Get the status message handling

Specified by:
getStatusMessageHandling in interface IQSYSJobDefinitionProperties

getSwitchSettings

public String getSwitchSettings()
Description copied from interface: IQSYSJobDefinitionProperties
Get the job switch settings

Specified by:
getSwitchSettings in interface IQSYSJobDefinitionProperties

getTimeSliceEndPool

public String getTimeSliceEndPool()
Description copied from interface: IQSYSJobDefinitionProperties
Get the time slice

Specified by:
getTimeSliceEndPool in interface IQSYSJobDefinitionProperties

getUserReturnCode

public int getUserReturnCode()
Description copied from interface: IQSYSJobDefinitionProperties
Get the user return code

Specified by:
getUserReturnCode in interface IQSYSJobDefinitionProperties

isKeepDDMConnectionsAlive

public boolean isKeepDDMConnectionsAlive()
Description copied from interface: IQSYSJobDefinitionProperties
Is keep DDM connections alive on

Specified by:
isKeepDDMConnectionsAlive in interface IQSYSJobDefinitionProperties

setAccountingCode

public void setAccountingCode(String code)
Description copied from interface: IQSYSJobDefinitionProperties
Set the accounting code

Specified by:
setAccountingCode in interface IQSYSJobDefinitionProperties

setBreakMessageHandling

public void setBreakMessageHandling(String handling)
Description copied from interface: IQSYSJobDefinitionProperties
Set the break message handling

Specified by:
setBreakMessageHandling in interface IQSYSJobDefinitionProperties

setCurrentSystemPool

public void setCurrentSystemPool(int pool)
Description copied from interface: IQSYSJobDefinitionProperties
Set the current system pool

Specified by:
setCurrentSystemPool in interface IQSYSJobDefinitionProperties

setDeviceRecoveryAction

public void setDeviceRecoveryAction(String action)
Description copied from interface: IQSYSJobDefinitionProperties
Set the device recovery action

Specified by:
setDeviceRecoveryAction in interface IQSYSJobDefinitionProperties

setEndSeverity

public void setEndSeverity(int severity)
Description copied from interface: IQSYSJobDefinitionProperties
Set the end severity

Specified by:
setEndSeverity in interface IQSYSJobDefinitionProperties

setInquiryMessageReply

public void setInquiryMessageReply(String reply)
Description copied from interface: IQSYSJobDefinitionProperties
Set the inquiry message reply

Specified by:
setInquiryMessageReply in interface IQSYSJobDefinitionProperties

setKeepDDMConnectionsAlive

public void setKeepDDMConnectionsAlive(boolean keepAlive)
Description copied from interface: IQSYSJobDefinitionProperties
Set the keep DDM connections alive setting

Specified by:
setKeepDDMConnectionsAlive in interface IQSYSJobDefinitionProperties

setLogCLPrograms

public void setLogCLPrograms(String log)
Description copied from interface: IQSYSJobDefinitionProperties
Set the log CL programs setting

Specified by:
setLogCLPrograms in interface IQSYSJobDefinitionProperties

setLoggingLevel

public void setLoggingLevel(String level)
Description copied from interface: IQSYSJobDefinitionProperties
Set the logging level

Specified by:
setLoggingLevel in interface IQSYSJobDefinitionProperties

setLoggingSeverity

public void setLoggingSeverity(int severity)
Description copied from interface: IQSYSJobDefinitionProperties
Set the logging severity

Specified by:
setLoggingSeverity in interface IQSYSJobDefinitionProperties

setLoggingText

public void setLoggingText(String text)
Description copied from interface: IQSYSJobDefinitionProperties
Set the logging text

Specified by:
setLoggingText in interface IQSYSJobDefinitionProperties

setMessageQueueAction

public void setMessageQueueAction(String action)
Description copied from interface: IQSYSJobDefinitionProperties
Set the message queue action

Specified by:
setMessageQueueAction in interface IQSYSJobDefinitionProperties

setMessageQueueMaxSize

public void setMessageQueueMaxSize(int maxSize)
Description copied from interface: IQSYSJobDefinitionProperties
Set the message queue max size

Specified by:
setMessageQueueMaxSize in interface IQSYSJobDefinitionProperties

setOutputQueue

public void setOutputQueue(String queue)
Description copied from interface: IQSYSJobDefinitionProperties
Set the job output queue

Specified by:
setOutputQueue in interface IQSYSJobDefinitionProperties

setOutputQueuePriority

public void setOutputQueuePriority(String priority)
Description copied from interface: IQSYSJobDefinitionProperties
Set the output queue priority

Specified by:
setOutputQueuePriority in interface IQSYSJobDefinitionProperties

setPrintKeyFormat

public void setPrintKeyFormat(String format)
Description copied from interface: IQSYSJobDefinitionProperties
Set the printer key format

Specified by:
setPrintKeyFormat in interface IQSYSJobDefinitionProperties

setPrinter

public void setPrinter(String printer)
Description copied from interface: IQSYSJobDefinitionProperties
Set the printer

Specified by:
setPrinter in interface IQSYSJobDefinitionProperties

setPrinterText

public void setPrinterText(String text)
Description copied from interface: IQSYSJobDefinitionProperties
Set the printer text

Specified by:
setPrinterText in interface IQSYSJobDefinitionProperties

setProductReturnCode

public void setProductReturnCode(int rc)
Description copied from interface: IQSYSJobDefinitionProperties
Set the product return code

Specified by:
setProductReturnCode in interface IQSYSJobDefinitionProperties

setProgramReturnCode

public void setProgramReturnCode(int rc)
Description copied from interface: IQSYSJobDefinitionProperties
Set the program return code

Specified by:
setProgramReturnCode in interface IQSYSJobDefinitionProperties

setRoutingData

public void setRoutingData(String data)
Description copied from interface: IQSYSJobDefinitionProperties
Set the routing data

Specified by:
setRoutingData in interface IQSYSJobDefinitionProperties

setStatusMessageHandling

public void setStatusMessageHandling(String handling)
Description copied from interface: IQSYSJobDefinitionProperties
Set the status message handling

Specified by:
setStatusMessageHandling in interface IQSYSJobDefinitionProperties

setSwtichSettings

public void setSwtichSettings(String switches)
Description copied from interface: IQSYSJobDefinitionProperties
Set the job switch settings

Specified by:
setSwtichSettings in interface IQSYSJobDefinitionProperties

setTimeSliceEndPool

public void setTimeSliceEndPool(String timeSlice)
Description copied from interface: IQSYSJobDefinitionProperties
Set the time slice

Specified by:
setTimeSliceEndPool in interface IQSYSJobDefinitionProperties

setUserReturnCode

public void setUserReturnCode(int rc)
Description copied from interface: IQSYSJobDefinitionProperties
Set the user return code

Specified by:
setUserReturnCode in interface IQSYSJobDefinitionProperties

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.