dist1.acb.common.transport.concretePackets
Class ResponseCBLsInfo

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
          extended bydist1.acb.common.transport.concretePackets.ResponseCBLsInfo
All Implemented Interfaces:
java.io.Serializable

public class ResponseCBLsInfo
extends Response

Contains all the CBL table + number of users connected to each cbl

Author:
Lazar Adzigogov
See Also:
Serialized Form

Nested Class Summary
static class ResponseCBLsInfo.CBLInfo
          Inner class that contains info about one CBL and it is used directly by the Displaying Table in CBLcc
 
Constructor Summary
ResponseCBLsInfo(Request request, java.util.LinkedList cblsInfo)
          Creates a new instance of ResponseCBLsInfo
 
Method Summary
 java.util.LinkedList getCblsInfo()
          Getter for property cblsInfo.
 void setCblsInfo(java.util.LinkedList cblsInfo)
          Setter for property cblsInfo.
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseCBLsInfo

public ResponseCBLsInfo(Request request,
                        java.util.LinkedList cblsInfo)
Creates a new instance of ResponseCBLsInfo

Parameters:
request - The response will be created for this request (it will inherit the id). If request is null the id will be zero.
cblsInfo - list with CBLInfos
Method Detail

setCblsInfo

public void setCblsInfo(java.util.LinkedList cblsInfo)
Setter for property cblsInfo.

Parameters:
cblsInfo - New value of property cblsInfo.

getCblsInfo

public java.util.LinkedList getCblsInfo()
Getter for property cblsInfo.

Returns:
Value of property cblsInfo.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.