dist1.acb.common.transport.concretePackets
Class RequestRemoveCBL

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Request
          extended bydist1.acb.common.transport.RequestUpdate
              extended bydist1.acb.common.transport.concretePackets.RequestRemoveCBL
All Implemented Interfaces:
java.io.Serializable

public class RequestRemoveCBL
extends RequestUpdate

Request sent directly to primary to remove a CBL

Author:
Lazar Adzigogov
See Also:
Serialized Form

Constructor Summary
RequestRemoveCBL(java.lang.String cblName)
          Creates a new instance of RequestRemoveCBL
 
Method Summary
 java.lang.String getCblName()
          Getter for property cblName.
 void setCblName(java.lang.String cblName)
          Setter for property cblName.
 
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

RequestRemoveCBL

public RequestRemoveCBL(java.lang.String cblName)
Creates a new instance of RequestRemoveCBL

Method Detail

getCblName

public java.lang.String getCblName()
Getter for property cblName.

Returns:
Value of property cblName.

setCblName

public void setCblName(java.lang.String cblName)
Setter for property cblName.

Parameters:
cblName - New value of property cblName.


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