|
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.subsystems.qsys.api.ISeriesMessage
public class ISeriesMessage
This is a usable representation of a remote iSeries message. This is not a message description! It is a message returned as the result of executing a command.
This object is instantiated from the DataElement object that is normally returned from a remote command execution.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from interface com.ibm.etools.iseries.subsystems.qsys.commands.IRemoteCommandContextProvider |
---|
copyright |
Constructor Summary | |
---|---|
ISeriesMessage(QSYSServiceSystemMessage qsysSystemMessage)
Constructor for ISeriesMessage |
Method Summary | |
---|---|
void |
displaySystemMessage(Shell shell)
Display this host message as a locally displayable message in Eclipse |
String |
getAbsoluteName()
From base class. |
Object |
getAdapter(Class adapterType)
|
String |
getMessage()
|
String |
getMessageHelp()
Retrieve the message help |
String |
getMessageID()
Retrieve the message id |
String |
getMessageSeverity()
Retrieve the message severity |
int |
getMessageSeverityInt()
Retrieve the message severity as an integer |
String |
getMessageText()
Retrieve the message text |
String |
getMessageType()
Retrieve the message type as a translated string |
Object |
getParent()
|
IRemoteCommandContext |
getRemoteCommandContext()
Get the remote context. |
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 |
SystemMessage |
getSystemMessage()
Convert this host message to a locally displayable message in Eclipse |
int |
getType()
|
boolean |
isTransient()
|
void |
setRemoteCommandContext(IRemoteCommandContext context)
Set the context for the remote object |
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
Constructor Detail |
---|
public ISeriesMessage(QSYSServiceSystemMessage qsysSystemMessage)
Method Detail |
---|
public String getAbsoluteName()
Return the absolute object name, which should be the same as calling getAbsoluteName on this object's remote adapter.
Same as getMessageID().
We return the message ID.
public Object getAdapter(Class adapterType)
IAdaptable#getAdapter(Class)
public String getMessageText()
public String getMessageHelp()
public String getMessageID()
public String getMessageType()
public String getMessageSeverity()
public int getMessageSeverityInt()
public String getMessage()
ISystemMessageObject#getMessage()
public int getType()
ISystemMessageObject#getType()
public Object getParent()
ISystemMessageObject#getParent()
public boolean isTransient()
ISystemMessageObject#isTransient()
public SystemMessage getSystemMessage()
public void displaySystemMessage(Shell shell)
public ISeriesJobName getSubmittedJobInformation()
public IRemoteCommandContext getRemoteCommandContext()
IRemoteCommandContextProvider
getRemoteCommandContext
in interface IRemoteCommandContextProvider
public void setRemoteCommandContext(IRemoteCommandContext context)
setRemoteCommandContext
in interface IRemoteCommandContextProvider
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |