jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.STRING
              |
              +--org.sourceforge.jxutil.net.ddm.qddbasd.SRVRLSLV

public class SRVRLSLV
extends STRING

Server Product Release Level. Server Product Release Level (SRVRLSLV) String specifies the product release level of a DDM server. The contents of this parameter are unarchitected. Up to 255 bytes can be sent. SRVRLSLV should not be used in place of product-defined extensions to carry information not related to the product's release level.


Field Summary
static short CP
           
private  BYTSTRDR value
           
 
Constructor Summary
SRVRLSLV(BYTSTRDR value)
           
SRVRLSLV(DDM ddm, int len)
           
 
Method Summary
 String toString()
          Pretty print.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, write
 
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

value

private BYTSTRDR value
Constructor Detail

SRVRLSLV

public SRVRLSLV(BYTSTRDR value)

SRVRLSLV

public SRVRLSLV(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.