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 $

Field Summary
protected  boolean connected
           
protected  PADP padpHandler
           
protected  int speed
           
 
Constructor Summary
protected CMP_DLP()
          Insert the method's description here.
  CMP_DLP(PADP padp)
           
 
Method Summary
 void connect()
           
protected  boolean determinePacketType(GenericPacket genericpacket)
           
 void disconnect()
           
 void disconnect(char c)
           
 DLP_Packet getDLPPacket(DLP_Packet dlp_packet)
           
 int getSpeed()
           
 boolean isConnected()
           
 void setSpeed(int newValue)
           
 void suspend()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

padpHandler

protected PADP padpHandler

connected

protected boolean connected

speed

protected int speed
Constructor Detail

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)
Method Detail

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