|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ibm.cics.server.Message
public class Message
Utility class for issuing CICS messages
| Field Summary | |
|---|---|
static int |
MSG0001
Constant for message number 1 |
static int |
MSG0002
Constant for message number 2 |
static int |
MSG0003
Constant for message number 3 |
static int |
MSG0004
Constant for message number 4 |
| Constructor Summary | |
|---|---|
Message()
|
|
| Method Summary | |
|---|---|
static void |
write(int msgno,
int seqno,
java.lang.String ins1,
java.lang.String ins2,
java.lang.String ins3,
java.lang.String ins4,
java.lang.String ins5)
Write a message using message facilities of the underlying CICS platform. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MSG0001
public static final int MSG0002
public static final int MSG0003
public static final int MSG0004
| Constructor Detail |
|---|
public Message()
| Method Detail |
|---|
public static void write(int msgno,
int seqno,
java.lang.String ins1,
java.lang.String ins2,
java.lang.String ins3,
java.lang.String ins4,
java.lang.String ins5)
msgno - JCICS message numberseqno - unused by CICS/ESAins1 - message insert (null if not used)ins2 - message insert (null if not used)ins3 - message insert (null if not used)ins4 - message insert (null if not used)ins5 - message insert (null if not used)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||