com.ibm.manplato.Protocol
Class CMP_DLP
java.lang.Object
|
+--com.ibm.manplato.Protocol.CMP_DLP
- Direct Known Subclasses:
- NetCMP_DLP_Client, NetCMP_DLP_Server
- public class CMP_DLP
- extends java.lang.Object
- 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 |
protected |
CMP_DLP()
Insert the method's description here. |
|
CMP_DLP(PADP padp)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
padpHandler
protected PADP padpHandler
connected
protected boolean connected
speed
protected int speed
CMP_DLP
protected CMP_DLP()
- Insert the method's description here.
Creation date: (09/04/00 4:55:37 PM)
CMP_DLP
public CMP_DLP(PADP padp)
connect
public void connect()
throws NotConnectedException
determinePacketType
protected boolean determinePacketType(GenericPacket genericpacket)
disconnect
public void disconnect()
disconnect
public void disconnect(char c)
getDLPPacket
public DLP_Packet getDLPPacket(DLP_Packet dlp_packet)
throws NotConnectedException,
DLPError
getSpeed
public int getSpeed()
- Returns:
- int
isConnected
public boolean isConnected()
setSpeed
public void setSpeed(int newValue)
- Parameters:
newValue
- int
suspend
public void suspend()
throws NotConnectedException