com.ibm.cics.server
Class Message
java.lang.Object
com.ibm.cics.server.Message
- public class Message
- extends java.lang.Object
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 |
MSG0001
public static final int MSG0001
- See Also:
- Constant Field Values
MSG0002
public static final int MSG0002
- See Also:
- Constant Field Values
MSG0003
public static final int MSG0003
- See Also:
- Constant Field Values
MSG0004
public static final int MSG0004
- See Also:
- Constant Field Values
Message
public Message()
write
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)
- Write a message using message facilities of the underlying CICS platform.
This class is intended for CICS system use. It is defined as public to
allow usage from CICS supplied java code in other packages.
- Parameters:
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)