tapestry.ptr.api
Class AddHostMsg

java.lang.Object
  |
  +--tapestry.ptr.api.AddHostMsg
All Implemented Interfaces:
QueueElementIF

public class AddHostMsg
extends Object
implements QueueElementIF

AddHostMsg tells the pointer manager stage that there is a new host it should be aware of. NOTE: will override existing HostInfo for the same guid.

Version:
$Id: AddHostMsg.java,v 1.1.1.1 2004/03/26 19:57:10 hweather Exp $
Author:
Hakim Weatherspoon

Field Summary
 HostInfo[] hinfos
          Array of HostInfo's to add to PtrMgr stage.
 
Constructor Summary
AddHostMsg(HostInfo hinfo)
          Constructor: Creates a new AddHostMSg.
AddHostMsg(HostInfo[] hinfos)
          Constructor: Creates a new AddHostMsg.
 
Method Summary
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hinfos

public HostInfo[] hinfos
Array of HostInfo's to add to PtrMgr stage.

Constructor Detail

AddHostMsg

public AddHostMsg(HostInfo[] hinfos)
Constructor: Creates a new AddHostMsg.


AddHostMsg

public AddHostMsg(HostInfo hinfo)
Constructor: Creates a new AddHostMSg.

Method Detail

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object