|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.MvsConsoleResult
public class MvsConsoleResult
A object containing results from the MvsConsole native calls to the C library __console2() api.
Constructor Summary | |
---|---|
MvsConsoleResult(int msgId,
int cmd,
java.lang.String modifyText)
Construct an instance |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 receivedMethod Detail |
---|
public int getMsgId()
public boolean isModifyCmd()
public boolean isStopCmd()
public java.lang.String getModifyText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |