dist1.acb.common.transport.concretePackets
Class RequestGetPeersLocation

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Request
          extended bydist1.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

Constructor Summary
RequestGetPeersLocation()
          Creates a new instance of RequestPeersLocation
 
Method Summary
 java.util.LinkedList getOwnerList()
          Getter for property ownerList.
 void setOwnerList(java.util.LinkedList ownerList)
          Setter for property ownerList.
 
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

RequestGetPeersLocation

public RequestGetPeersLocation()
Creates a new instance of RequestPeersLocation

Method Detail

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.