jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddprmd
Class COMMAND

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddprmd.COMMAND
Direct Known Subclasses:
ACCRDB, ACCSEC, BGNBND, BNDSQLSTT, CLSQRY, CNTQRY, DRPPKG, DSCRDBTBL, DSCSQLSTT, ENDBND, EXCSAT, EXCSQLIMM, EXCSQLSET, EXCSQLSTT, OPNQRY, PRPSQLSTT, RDBCMM, RDBRLLBCK, REBIND, SECCHK

public abstract class COMMAND
extends COLLECTION

Command. Command (COMMAND) Collection Object is a message sent to an object that requests a function. For example, the command get record can be sent to an access method. Each DDM command normally returns one or more reply messages or data objects.


Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
 
Constructor Summary
protected COMMAND()
           
  COMMAND(DDM ddm, int len)
           
protected COMMAND(Map map)
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
get, put, toString, 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
Constructor Detail

COMMAND

protected COMMAND()

COMMAND

public COMMAND(DDM ddm,
               int len)
        throws IOException

COMMAND

protected COMMAND(Map map)

jxUtil 0.6

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