|
|||||||||||
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.ResponseServersList
ResponseServersList
Constructor Summary | |
ResponseServersList(Request request,
java.util.LinkedList list)
Creates a new instance of ResponseGetServersList |
Method Summary | |
java.util.LinkedList |
getList()
Getter for property list. |
void |
setList(java.util.LinkedList list)
Setter for property list. |
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 ResponseServersList(Request request, java.util.LinkedList list)
request
- The response will be created for this request (it will
inherit the id).list
- List of addresses of the serversMethod Detail |
public void setList(java.util.LinkedList list)
list
- New value of property list.public java.util.LinkedList getList()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |