public class MvsConsoleResult
extends java.lang.Object
Constructor and Description |
---|
MvsConsoleResult(int msgId,
int cmd,
java.lang.String modifyText)
Construct an instance
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModifyText()
Answer the text received on the MVS modify command
|
int |
getMsgId()
Answer the message id assigned by __console2()
|
boolean |
isModifyCmd()
Answer true if the command received is a MVS modify command
|
boolean |
isStopCmd()
Answer true if the command received is a MVS stop command
|
public MvsConsoleResult(int msgId, int cmd, java.lang.String modifyText)
msgId
- the message idcmd
- the command type, see CMD_* constantsmodifyText
- for a modify command, the string receivedpublic int getMsgId()
public boolean isModifyCmd()
public boolean isStopCmd()
public java.lang.String getModifyText()