iSeries Remote Systems
v6.0.0

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

java.lang.Object
  extended bycom.ibm.etools.systems.core.messages.SystemMessage
      extended bycom.ibm.etools.iseries.core.util.ISeriesHostMessage

public class ISeriesHostMessage
extends com.ibm.etools.systems.core.messages.SystemMessage

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

Field Summary
static String Copyright
           
 
Fields inherited from class com.ibm.etools.systems.core.messages.SystemMessage
COMPLETION, copyright, ERROR, INFORMATION, INQUIRY, NESTING_INDENT, UNEXPECTED, WARNING
 
Constructor Summary
ISeriesHostMessage(com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription msgDescription, Object var1, Object var2, Object var3, Object var4)
          Constructor for the dialog
ISeriesHostMessage(ISeriesConnection connection, String library, String file, String msgId)
          Constructor for the dialog
ISeriesHostMessage(ISeriesConnection connection, String library, String file, String msgId, Object var1)
          Constructor for the dialog
ISeriesHostMessage(ISeriesConnection connection, String library, String file, String msgId, Object var1, Object var2)
          Constructor for the dialog
ISeriesHostMessage(ISeriesConnection connection, String library, String file, String msgId, Object var1, Object var2, Object var3)
          Constructor for the dialog
ISeriesHostMessage(ISeriesConnection connection, String library, String file, String msgId, Object var1, Object var2, Object var3, Object var4)
          Constructor for the dialog
 
Methods inherited from class com.ibm.etools.systems.core.messages.SystemMessage
getComponent, getFullMessageID, getIndicator, getLevelOneText, getLevelTwoText, getLongMessageID, getMessageID, getMessageNumber, getNumSubstitutionVariables, getSubComponent, getSubValue, getSubVariables, hasLongID, makeSubstitution, makeSubstitution, makeSubstitution, makeSubstitution, makeSubstitution, setIndicator, setPrefixChar, sub, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Copyright

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

ISeriesHostMessage

public ISeriesHostMessage(ISeriesConnection connection,
                          String library,
                          String file,
                          String msgId)
                   throws com.ibm.etools.systems.core.messages.IndicatorException,
                          com.ibm.etools.systems.core.messages.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

ISeriesHostMessage

public ISeriesHostMessage(ISeriesConnection connection,
                          String library,
                          String file,
                          String msgId,
                          Object var1)
                   throws com.ibm.etools.systems.core.messages.IndicatorException,
                          com.ibm.etools.systems.core.messages.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
Throws:
com.ibm.etools.systems.core.messages.IndicatorException
com.ibm.etools.systems.core.messages.SystemMessageException

ISeriesHostMessage

public ISeriesHostMessage(ISeriesConnection connection,
                          String library,
                          String file,
                          String msgId,
                          Object var1,
                          Object var2)
                   throws com.ibm.etools.systems.core.messages.IndicatorException,
                          com.ibm.etools.systems.core.messages.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:
com.ibm.etools.systems.core.messages.IndicatorException
com.ibm.etools.systems.core.messages.SystemMessageException

ISeriesHostMessage

public ISeriesHostMessage(ISeriesConnection connection,
                          String library,
                          String file,
                          String msgId,
                          Object var1,
                          Object var2,
                          Object var3)
                   throws com.ibm.etools.systems.core.messages.IndicatorException,
                          com.ibm.etools.systems.core.messages.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:
com.ibm.etools.systems.core.messages.IndicatorException
com.ibm.etools.systems.core.messages.SystemMessageException

ISeriesHostMessage

public ISeriesHostMessage(ISeriesConnection connection,
                          String library,
                          String file,
                          String msgId,
                          Object var1,
                          Object var2,
                          Object var3,
                          Object var4)
                   throws com.ibm.etools.systems.core.messages.IndicatorException,
                          com.ibm.etools.systems.core.messages.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:
com.ibm.etools.systems.core.messages.IndicatorException
com.ibm.etools.systems.core.messages.SystemMessageException

ISeriesHostMessage

public ISeriesHostMessage(com.ibm.etools.iseries.comm.interfaces.IISeriesMessageDescription msgDescription,
                          Object var1,
                          Object var2,
                          Object var3,
                          Object var4)
                   throws com.ibm.etools.systems.core.messages.IndicatorException,
                          com.ibm.etools.systems.core.messages.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:
com.ibm.etools.systems.core.messages.IndicatorException
com.ibm.etools.systems.core.messages.SystemMessageException

iSeries Remote Systems
v6.0.0

Copyright © 2005 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.