com.ibm.cics.server
Class Message

java.lang.Object
  extended by com.ibm.cics.server.Message

public class Message
extends java.lang.Object

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

MSG0001

public static final int MSG0001
Constant for message number 1

See Also:
Constant Field Values

MSG0002

public static final int MSG0002
Constant for message number 2

See Also:
Constant Field Values

MSG0003

public static final int MSG0003
Constant for message number 3

See Also:
Constant Field Values

MSG0004

public static final int MSG0004
Constant for message number 4

See Also:
Constant Field Values
Constructor Detail

Message

public Message()
Method Detail

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 number
seqno - unused by CICS/ESA
ins1 - 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)