org.sourceforge.jxutil.net.ddm.qddbasd
Class  CMNTCPIP
java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddbasd.MANAGER
              |
              +--org.sourceforge.jxutil.net.ddm.qddbasd.CMNMGR
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddbasd.CMNTCPIP
- public class CMNTCPIP
- extends CMNMGR
  
TCP/IP Communications Manager (CMNTCPIP) describes the communications
 manager that supports protocols by using Transport Control Protocol/Internet
 Protocol (TCP/IP) local communications facilities.
 DDM models the TCP/IP environment, including a communications manager. This
 manager is extendable to interoperate with other system services. For
 example, the communications manager can properly extract the authentication
 data and pass this information to the security manager. See TCPIPOVR (on
 page 957) for an overview of TCP/IP. DDM provides the following support for
 DDM conversational protocols over TCP/IP.  TCP/IP Socket Calls Supported
 Table 3-8 summarizes the TCP/IP Socket Call interface used by the DDM
 communications manager. CMNTCPIP uses a TCP socket; it does not use a UDP
 socket.  Table 3-8 The TCP/IP Communications Manager (CMNTCPIP) Socket Calls
| 
Field Summary | 
static short | 
CP
 
            | 
 
| Fields inherited from class org.sourceforge.jxutil.net.ddm.qddbasd.MANAGER | 
mgrlvln | 
 
 
| 
Method Summary | 
 void | 
write(DDM ddm)
 
          Write out the object. | 
 
| Methods inherited from class org.sourceforge.jxutil.net.ddm.qddbasd.MANAGER | 
toString | 
 
| Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA | 
getCP | 
 
 
CP
public static final short CP
- See Also:
 - Constant Field Values
 
CMNTCPIP
public CMNTCPIP(DDM ddm,
                int len)
         throws IOException
CMNTCPIP
public CMNTCPIP(short level)
write
public void write(DDM ddm)
           throws IOException
- Description copied from class: 
DATA 
- Write out the object.
- Overrides:
 write in class CMNMGR
 
- Parameters:
 ddm - the DDM stream
IOException
 
 
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.