jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddbasd
Class RPYMSG

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddbasd.RPYMSG
Direct Known Subclasses:
ACCRDBRM, CMDNSPRM, ENDQRYRM, OPNQFLRM, OPNQRYRM, PRMNSPRM, QRYPOPRM, SECCHKRM, SYNTAXRM

public class RPYMSG
extends COLLECTION

Reply Message. Reply Message (RPYMSG) is a message returned to the sender about a condition that occurred during the processing of a command. A single command can generate several reply messages. All reply messages contain a severity code parameter that characterizes the severity of the condition reported. Specific reply messages are defined as subclasses of RPYMSG and define specific additional parameters to be returned with the message. Before transmission, the DDM communications manager maps all RPYMSG objects onto the RPYDSS.


Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
 
Constructor Summary
RPYMSG()
           
RPYMSG(DDM ddm, int len)
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
get, put, toString, write
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CP

public static final short CP
See Also:
Constant Field Values
Constructor Detail

RPYMSG

public RPYMSG()

RPYMSG

public RPYMSG(DDM ddm,
              int len)
       throws IOException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.