|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Request dist1.acb.common.transport.RequestUpdate dist1.acb.CBL.concretePackets.RequestExecuteUpdate
RequestExecuteUpdate - goes from a Backup to the Primary
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 |
public RequestExecuteUpdate(java.lang.String login, RequestUpdate request)
login
- Login of the user, which request an updaterequest
- The requestMethod Detail |
public void setLogin(java.lang.String login)
login
- New value of property login.public java.lang.String getLogin()
public void setRequest(RequestUpdate request)
request
- New value of property request.public RequestUpdate getRequest()
public java.lang.String toString()
toString
in class Packet
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |