ostore.replica
Class RemoteReplicaProbeQuery

java.lang.Object
  |
  +--ostore.replica.RemoteReplicaProbeQuery
All Implemented Interfaces:
DDQuery, QuickSerializable

public class RemoteReplicaProbeQuery
extends Object
implements DDQuery

Version:
$Id: RemoteReplicaProbeQuery.java,v 1.10 2004/05/13 20:16:27 hweather Exp $
Author:
Patrick R. Eaton

Constructor Summary
RemoteReplicaProbeQuery()
           
RemoteReplicaProbeQuery(InputBuffer buffer)
           
 
Method Summary
 DDQueryResult query(SecureHash node_guid, bamboo.vivaldi.VirtualCoordinate node_coordinates, SecureHash bp_guid, HostInfo bp_hinfo, DDTag t_tag, DDQueryState t_state)
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteReplicaProbeQuery

public RemoteReplicaProbeQuery()

RemoteReplicaProbeQuery

public RemoteReplicaProbeQuery(InputBuffer buffer)
                        throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

query

public DDQueryResult query(SecureHash node_guid,
                           bamboo.vivaldi.VirtualCoordinate node_coordinates,
                           SecureHash bp_guid,
                           HostInfo bp_hinfo,
                           DDTag t_tag,
                           DDQueryState t_state)
Specified by:
query in interface DDQuery