jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.STRING
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.NAME
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddbasd.MGRNAM
Direct Known Subclasses:
PRCNAM, RDBNAM, SECMGRNM, SPVNAM, SRVNAM

public abstract class MGRNAM
extends NAME

Manager Name. Manager Name (MGRNAM) is an unarchitected character string. In DDM architecture, a user provides a manager name to the DDM source server. This name must be in the format that the target server requires for creating or locating the manager. It is up to the target agent to validate the name according to its rules. This can be done before or after attempting to use the specified manager name. No semantic meaning is assigned to manager names in DDM.


Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.NAME
value
 
Constructor Summary
MGRNAM()
           
MGRNAM(DDM ddm, int len)
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, toString, 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
Constructor Detail

MGRNAM

public MGRNAM()

MGRNAM

public MGRNAM(DDM ddm,
              int len)
       throws IOException

jxUtil 0.6

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