|
|||||||||||
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.Response dist1.acb.common.transport.concretePackets.ResponseLoginOk
ResponseLoginOk
Constructor Summary | |
ResponseLoginOk(Request request)
Creates a new instance of ResponseLoginOk |
|
ResponseLoginOk(Request request,
java.lang.Integer lastRequest)
Creates a new instance of ResponseLoginOk |
Method Summary | |
java.lang.Integer |
getLastRequest()
Getter for property lastRequest. |
void |
setLastRequest(java.lang.Integer lastRequest)
Setter for property lastRequest. |
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 |
public ResponseLoginOk(Request request, java.lang.Integer lastRequest)
request
- response will be created for this request (it will
inherit the id). If request is null the id will be zero.lastRequest
- ID of last user's request which was executedpublic ResponseLoginOk(Request request)
request
- response will be created for this request (it will
inherit the id). If request is null the id will be zero.Method Detail |
public void setLastRequest(java.lang.Integer lastRequest)
lastRequest
- New value of property lastRequest.public java.lang.Integer getLastRequest()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |