dd.host.api
Class RemoveHostReq

java.lang.Object
  |
  +--dd.host.api.HostReq
        |
        +--dd.host.api.RemoveHostReq
All Implemented Interfaces:
QueueElementIF

public class RemoveHostReq
extends HostReq

RemoveHostReq instructs the HostDb stage to remove the HostInfo for given host guids.

Version:
$Id: RemoveHostReq.java,v 1.1 2004/04/28 00:54:05 hweather Exp $
Author:
Hakim Weatherspoon

Field Summary
 SecureHash[] hostguids
          Array of guids of hosts to remove from the HostDb stage.
 
Fields inherited from class dd.host.api.HostReq
appId, sink, userData
 
Constructor Summary
RemoveHostReq(SecureHash[] h, long a, Object u, SinkIF s)
          Constructor: Creates a new RemoveHostReq.
RemoveHostReq(SecureHash h, long a, Object u, SinkIF s)
          Constructor: Creates a new RemoveHostReq.
 
Method Summary
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class dd.host.api.HostReq
BUG
 
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 HostDb stage.

Constructor Detail

RemoveHostReq

public RemoveHostReq(SecureHash[] h,
                     long a,
                     Object u,
                     SinkIF s)
Constructor: Creates a new RemoveHostReq.

Parameters:
h - Array of guids of hosts to remove from the HostDb stage.
a - Unique identifier for a destination application.
u - Requestor defined object to be returned in the resp.
s - Requestor sink to return resp

RemoveHostReq

public RemoveHostReq(SecureHash h,
                     long a,
                     Object u,
                     SinkIF s)
Constructor: Creates a new RemoveHostReq.

Parameters:
h - guid of host to remove from the HostDb stage.
a - Unique identifier for a destination application.
u - Requestor defined object to be returned in the resp.
s - Requestor sink to return resp
Method Detail

toString

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

Specified by:
toString in class HostReq