Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.util
Class ISeriesHostMessage

java.lang.Object
  extended by SystemMessage
      extended by com.ibm.etools.iseries.rse.util.ISeriesHostMessage

public class ISeriesHostMessage
extends SystemMessage

Since:
5.1 This class can be used to generate a SystemMessage object for an ISeriesMessage

Field Summary
static String Copyright
           
 
Constructor Summary
ISeriesHostMessage(IBMiConnection connection, String library, String file, String msgId)
          Constructor for the dialog
ISeriesHostMessage(IBMiConnection connection, String library, String file, String msgId, Object var1)
          Constructor for the dialog
ISeriesHostMessage(IBMiConnection connection, String library, String file, String msgId, Object var1, Object var2)
          Constructor for the dialog
ISeriesHostMessage(IBMiConnection connection, String library, String file, String msgId, Object var1, Object var2, Object var3)
          Constructor for the dialog
ISeriesHostMessage(IBMiConnection connection, String library, String file, String msgId, Object var1, Object var2, Object var3, Object var4)
          Constructor for the dialog
ISeriesHostMessage(IQSYSMessageDescription msgDescription, Object var1, Object var2, Object var3, Object var4)
          Constructor for the dialog
 
Method Summary
 
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
Constructor Detail

ISeriesHostMessage

public ISeriesHostMessage(IBMiConnection connection,
                          String library,
                          String file,
                          String msgId)
                   throws SystemMessageException
Constructor for the dialog

Parameters:
connection - the connection to retrieve the message from
library - the library of the message file
file - the message file name
msgId - the message id
Throws:
SystemMessageException

ISeriesHostMessage

public ISeriesHostMessage(IBMiConnection connection,
                          String library,
                          String file,
                          String msgId,
                          Object var1)
                   throws SystemMessageException
Constructor for the dialog

Parameters:
connection - the connection to retrieve the message from
library - the library of the message file
file - the message file name
msgId - the message id
var1 - substitution variable 1
Throws:
IndicatorException
SystemMessageException

ISeriesHostMessage

public ISeriesHostMessage(IBMiConnection connection,
                          String library,
                          String file,
                          String msgId,
                          Object var1,
                          Object var2)
                   throws SystemMessageException
Constructor for the dialog

Parameters:
connection - the connection to retrieve the message from
library - the library ofthe message file
file - the message file name
msgId - the message id
var1 - substitution variable 1
var2 - substitution variable 2
Throws:
IndicatorException
SystemMessageException

ISeriesHostMessage

public ISeriesHostMessage(IBMiConnection connection,
                          String library,
                          String file,
                          String msgId,
                          Object var1,
                          Object var2,
                          Object var3)
                   throws SystemMessageException
Constructor for the dialog

Parameters:
connection - the connection to retrieve the message from
library - the library ofthe message file
file - the message file name
msgId - the message id
var1 - substitution variable 1
var2 - substitution variable 2
var3 - substitution variable 3
Throws:
IndicatorException
SystemMessageException

ISeriesHostMessage

public ISeriesHostMessage(IBMiConnection connection,
                          String library,
                          String file,
                          String msgId,
                          Object var1,
                          Object var2,
                          Object var3,
                          Object var4)
                   throws SystemMessageException
Constructor for the dialog

Parameters:
connection - the connection to retrieve the message from
library - the library ofthe message file
file - the message file name
msgId - the message id
var1 - substitution variable 1
var2 - substitution variable 2
var3 - substitution variable 3
var4 - substitution variable 4
Throws:
IndicatorException
SystemMessageException

ISeriesHostMessage

public ISeriesHostMessage(IQSYSMessageDescription msgDescription,
                          Object var1,
                          Object var2,
                          Object var3,
                          Object var4)
                   throws SystemMessageException
Constructor for the dialog

Parameters:
msgDescription - The iSeries message description
var1 - substitution variable 1
var2 - substitution variable 2
var3 - substitution variable 3
var4 - substitution variable 4
Throws:
IndicatorException
SystemMessageException

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.