tapestry.ptr.api
Class RemoveHostMsg

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

public class RemoveHostMsg
extends Object
implements QueueElementIF

RemoveHostMsg instructs the PtrMgr stage to remove the HostInfo for given host guids.

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

Field Summary
 SecureHash[] hostguids
          Array of guids of hosts to remove from the PtrMgr stage.
 
Constructor Summary
RemoveHostMsg(SecureHash hostguid)
          Constructor: Creates a new RemoveHostMsg.
RemoveHostMsg(SecureHash[] hostguids)
          Constructor: Creates a new RemoveHostMsg.
 
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

hostguids

public SecureHash[] hostguids
Array of guids of hosts to remove from the PtrMgr stage.

Constructor Detail

RemoveHostMsg

public RemoveHostMsg(SecureHash[] hostguids)
Constructor: Creates a new RemoveHostMsg.


RemoveHostMsg

public RemoveHostMsg(SecureHash hostguid)
Constructor: Creates a new RemoveHostMsg.

Method Detail

toString

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

Overrides:
toString in class Object