Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.commands
Class QSYSBatchMessage

java.lang.Object
  extended by com.ibm.etools.iseries.services.qsys.commands.QSYSBatchMessage

public class QSYSBatchMessage
extends Object

This class represents a single job name, and is used to communicate the list of jobs to the JobMiner Similar to ISeriesHostObjectNameOnly, but simpler


Field Summary
static String copyright
           
static String Error
           
 
Constructor Summary
QSYSBatchMessage(String message, String help, String messageID, int type, int severity)
          Constructor which takes individual job name parts: jobName userName jobNumber
 
Method Summary
 String getMessage()
          Get the message
 String getMessageHelp()
          Get the messageHelp
 String getMessageID()
          Get the messageID
 int getSeverity()
          Get the severity
 int getType()
          Get the type
 void setHelp(String help)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

Error

public static final String Error
See Also:
Constant Field Values
Constructor Detail

QSYSBatchMessage

public QSYSBatchMessage(String message,
                        String help,
                        String messageID,
                        int type,
                        int severity)
Constructor which takes individual job name parts: jobName userName jobNumber

Method Detail

getMessage

public String getMessage()
Get the message


getMessageID

public String getMessageID()
Get the messageID


getMessageHelp

public String getMessageHelp()
Get the messageHelp


getType

public int getType()
Get the type


getSeverity

public int getSeverity()
Get the severity


setHelp

public void setHelp(String help)

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.