dist1.acb.CBL.concretePackets
Class RequestInitCBLTable

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

public class RequestInitCBLTable
extends RequestUpdate

Request for initializing table CBL by setting all states = 0 and updating/inserting record about primary

Version:
$Revision: 1.2 $
Author:
Alexander Stasiv
See Also:
Serialized Form

Constructor Summary
RequestInitCBLTable(CBL primary)
          Creates a new instance of RequestInitCBLTable
 
Method Summary
 CBL getPrimary()
          Getter for property primary.
 void setPrimary(CBL primary)
          Setter for property primary.
 
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

RequestInitCBLTable

public RequestInitCBLTable(CBL primary)
Creates a new instance of RequestInitCBLTable

Parameters:
primary - New (current) primary in the system
Method Detail

setPrimary

public void setPrimary(CBL primary)
Setter for property primary.

Parameters:
primary - New value of property primary.

getPrimary

public CBL getPrimary()
Getter for property primary.

Returns:
Value of property primary.


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