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 |
|
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
CP
public static final short CP
- See Also:
- Constant Field Values
RPYMSG
public RPYMSG()
RPYMSG
public RPYMSG(DDM ddm,
int len)
throws IOException
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.