Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys
Class QSYSServiceSystemMessage

java.lang.Object
  extended by SystemMessage
      extended by com.ibm.etools.iseries.services.qsys.QSYSServiceSystemMessage

public class QSYSServiceSystemMessage
extends SystemMessage


Field Summary
static String validJobNameChars
           
static String VARIANTS
           
 
Constructor Summary
QSYSServiceSystemMessage(String comp, String sub, String number, char ind, String l1, String l2)
           
 
Method Summary
 String getMessageID()
          Return the message id of this message.
 String getMessageSeverity()
          Retrieve the message severity
 int getMessageSeverityInt()
          Retrieve the message severity as an integer
 String getMsgType()
          Return translated string describing the type of this message.
 ISeriesJobName getSubmittedJobInformation()
          Get Job name, user, number from the message Use when the message is a CPC1221 message Returns null if it is not a CPC1221 message
 void setMessageID(String messageID)
          Set message id of this message.
 void setMessageSeverityInt(int severity)
          Retrieve the message severity
 void setMessageTypeInt(int type)
          Retrieve the message severity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VARIANTS

public static final String VARIANTS
See Also:
Constant Field Values

validJobNameChars

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

QSYSServiceSystemMessage

public QSYSServiceSystemMessage(String comp,
                                String sub,
                                String number,
                                char ind,
                                String l1,
                                String l2)
Method Detail

getMessageSeverity

public String getMessageSeverity()
Retrieve the message severity


setMessageSeverityInt

public void setMessageSeverityInt(int severity)
Retrieve the message severity


getMessageSeverityInt

public int getMessageSeverityInt()
Retrieve the message severity as an integer


getMsgType

public String getMsgType()
Return translated string describing the type of this message. Eg, is it completion, diagnostic, informational, inquiry, request, escape or reply.


setMessageTypeInt

public void setMessageTypeInt(int type)
Retrieve the message severity


getMessageID

public String getMessageID()
Return the message id of this message.


setMessageID

public void setMessageID(String messageID)
Set message id of this message.


getSubmittedJobInformation

public ISeriesJobName getSubmittedJobInformation()
Get Job name, user, number from the message Use when the message is a CPC1221 message Returns null if it is not a CPC1221 message


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.