jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddrdbd
Class SRVLSRV

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.SCALAR
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddrdbd.SRVLSRV

public class SRVLSRV
extends SCALAR

Server List Entries (SRVLSRV) contains information for one target server in the server list SRVLST. This information consists of a weighted priority used for workload balancing and either an SNA address or a TCPIP address associated with the target server. The choice of TCPIP or SNA should be consistent with the communication layer that is being used for the conversation; that is, if the conversation is taking place over an SNA conversation, then SRVLSRV should contain an SNA address. For a TCP/IP connection, a server list entry consists of a SRVPRTY and an IPADDR. For an SNA connection, a server list entry consists of an SRVPRTY and an SNAADDR. A server list consists of a list of (SRVPRTY, IPADDR) or (SRVPRTY, SNAADDR) pairs.


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

SRVLSRV

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