dist1.acb.common.transport.concretePackets
Class RequestGetPeersLocation
java.lang.Object
dist1.acb.common.transport.Packet
dist1.acb.common.transport.Request
dist1.acb.common.transport.concretePackets.RequestGetPeersLocation
- All Implemented Interfaces:
- java.io.Serializable
- public class RequestGetPeersLocation
- extends Request
Request that conatins Owner's name which is sent to the primary in order the
peer to receive are these peers(owners) are alive, connected to ACB, and if
they are, then the primary sends their new IP/port
- Author:
- Lazar Adzigogov
- See Also:
- Serialized Form
Method Summary |
java.util.LinkedList |
getOwnerList()
Getter for property ownerList. |
void |
setOwnerList(java.util.LinkedList ownerList)
Setter for property ownerList. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RequestGetPeersLocation
public RequestGetPeersLocation()
- Creates a new instance of RequestPeersLocation
setOwnerList
public void setOwnerList(java.util.LinkedList ownerList)
- Setter for property ownerList.
- Parameters:
ownerList
- New value of property ownerList.
getOwnerList
public java.util.LinkedList getOwnerList()
- Getter for property ownerList.
- Returns:
- Value of property ownerList.
Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.