org.sourceforge.jxutil.net.ddm.qddbasd
Class RPYDSS
java.lang.Object
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
|
+--org.sourceforge.jxutil.net.ddm.qddttrd.DSS
|
+--org.sourceforge.jxutil.net.ddm.qddbasd.RPYDSS
- public class RPYDSS
- extends DSS
Reply Data Stream Structure (RPYDSS) specifies the general format of the DDM
reply data stream structures.
An RPYDSS can carry multiple reply messages if all of the reply messages are
for the same correlation identifier. Multiple RPYDSSs can be chained for
transmission. When the DDM conversational protocol (CMNAPPC, CMNSYNCPT, or
CMNTCPIP) is used, the object structures (OBJDSSs) associated with a command
must be chained with the RPYDSSs associated with that command.
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddttrd.DSS |
write |
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
CP
public static final short CP
- See Also:
- Constant Field Values
data
private final DATA data
rqscrr
private final int rqscrr
RPYDSS
public RPYDSS(DDM ddm,
int len)
throws IOException
getDATA
public DATA getDATA()
toString
public String toString()
- Description copied from class:
DATA
- Pretty print.
- Overrides:
toString
in class DATA
- Returns:
- the class name and code point value.
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.