dist1.acb.CBL.concretePackets
Class RequestExecuteUpdate

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.RequestExecuteUpdate
All Implemented Interfaces:
java.io.Serializable

public class RequestExecuteUpdate
extends RequestUpdate

RequestExecuteUpdate - goes from a Backup to the Primary

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

Constructor Summary
RequestExecuteUpdate(java.lang.String login, RequestUpdate request)
          Creates a new instance of RequestExecuteUpdate
 
Method Summary
 java.lang.String getLogin()
          Getter for property login.
 RequestUpdate getRequest()
          Getter for property request.
 void setLogin(java.lang.String login)
          Setter for property login.
 void setRequest(RequestUpdate request)
          Setter for property request.
 java.lang.String toString()
          Returns string representation of the object
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestExecuteUpdate

public RequestExecuteUpdate(java.lang.String login,
                            RequestUpdate request)
Creates a new instance of RequestExecuteUpdate

Parameters:
login - Login of the user, which request an update
request - The request
Method Detail

setLogin

public void setLogin(java.lang.String login)
Setter for property login.

Parameters:
login - New value of property login.

getLogin

public java.lang.String getLogin()
Getter for property login.

Returns:
Value of property login.

setRequest

public void setRequest(RequestUpdate request)
Setter for property request.

Parameters:
request - New value of property request.

getRequest

public RequestUpdate getRequest()
Getter for property request.

Returns:
Value of property request.

toString

public java.lang.String toString()
Returns string representation of the object

Overrides:
toString in class Packet
Returns:
The string


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