com.ibm.cics.server
Class Message

java.lang.Object
  extended bycom.ibm.cics.server.Message

public class Message
extends java.lang.Object


Field Summary
static int MSG0001
           
static int MSG0002
           
static int MSG0003
           
static int MSG0004
           
 
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
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
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)