jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddttrd
Class DSS

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddttrd.DSS
Direct Known Subclasses:
OBJDSS, RPYDSS, RQSDSS

public class DSS
extends DATA

Data Stream Structures (DSS) are how the DDM architecture views each communication facility, as an ordered set of layers.


Field Summary
static short CP
           
 
Constructor Summary
DSS()
           
DSS(DDM ddm, int len)
           
 
Method Summary
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, toString
 
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

DSS

public DSS()

DSS

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

write

public void write(DDM ddm)
           throws IOException
Description copied from class: DATA
Write out the object.

Overrides:
write in class DATA
Parameters:
ddm - the DDM stream
IOException

jxUtil 0.6

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