jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddttrd.DSS
              |
              +--org.sourceforge.jxutil.net.ddm.qddbasd.OBJDSS

public class OBJDSS
extends DSS

Object Data Stream Structure (OBJDSS) specifies the general format of DDM object data stream structures. These DSSs carry all objects except commands and reply messages. In particular, they carry records, file attributes, and feedback information. The number of objects carried in a single OBJDSS depends on the transformations the communications manager performs. One or more objects can be carried. The communications managers must deliver normalized objects to the target agent.


Field Summary
static short CP
           
 DATA data
           
private  int rqscrr
           
 
Constructor Summary
OBJDSS(DDM ddm, int len)
           
 
Method Summary
 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

public DATA data

rqscrr

private int rqscrr
Constructor Detail

OBJDSS

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

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.