|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.services.qsys.commands.QSYSBatchMessage
public class QSYSBatchMessage
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 |
---|
public static final String copyright
public static final String Error
Constructor Detail |
---|
public QSYSBatchMessage(String message, String help, String messageID, int type, int severity)
Method Detail |
---|
public String getMessage()
public String getMessageID()
public String getMessageHelp()
public int getType()
public int getSeverity()
public void setHelp(String help)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |