jxUtil 0.6

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.


Field Summary
static short CP
           
private  DATA data
           
private  int rqscrr
           
 
Constructor Summary
RPYDSS(DDM ddm, int len)
           
 
Method Summary
 DATA getDATA()
           
 String toString()
          Pretty print.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddttrd.DSS
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

data

private final DATA data

rqscrr

private final int rqscrr
Constructor Detail

RPYDSS

public RPYDSS(DDM ddm,
              int len)
       throws IOException
Method Detail

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.

jxUtil 0.6

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