com.ibm.manplato.Protocol
Class NetCMP_DLP_Client
java.lang.Object
|
+--com.ibm.manplato.Protocol.CMP_DLP
|
+--com.ibm.manplato.Protocol.NetCMP_DLP_Client
- public class NetCMP_DLP_Client
- extends CMP_DLP
This class provides CMP_DLP functionality to the client side of a
network synchronization routine.
- Version:
- $Rev$-$Date: 2001/03/15 16:55:32 $$State: Exp $
- Author:
- File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $
Constructor Summary |
NetCMP_DLP_Client(PADP padp,
java.net.InetAddress serverAddress)
NetCMP_DLP_Client constructor comment. |
Method Summary |
void |
connect()
|
void |
disconnect(char reasonCode)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remoteAddress
public java.net.InetAddress remoteAddress
REMOTE_PORT
public static final int REMOTE_PORT
NetCMP_DLP_Client
public NetCMP_DLP_Client(PADP padp,
java.net.InetAddress serverAddress)
- NetCMP_DLP_Client constructor comment.
- Parameters:
padp
- com.ibm.manplato.Protocol.PADP
connect
public void connect()
throws NotConnectedException
- Overrides:
connect
in class CMP_DLP
disconnect
public void disconnect(char reasonCode)
- Insert the method's description here.
Creation date: (09/04/00 3:17:05 PM)
- Overrides:
disconnect
in class CMP_DLP