ostore.replica
Class RemoteReplicaProbeQueryState
java.lang.Object
  |
  +--ostore.replica.RemoteReplicaProbeQueryState
- All Implemented Interfaces: 
 - DDQueryState, QuickSerializable
 
- public class RemoteReplicaProbeQueryState
- extends Object
- implements DDQueryState
   
Used if we are explicitly routing the probe to a particular peer.
 (as opposed to the aguid of the object). This is a hack.
- Version: 
 
  - $Id: RemoteReplicaProbeQueryState.java,v 1.2 2004/05/13 20:16:27 hweather Exp $
 
- Author: 
 
  - Jeff Pang
 
 
 
 
 
dest_guid
public SecureHash dest_guid
aguid
public SecureHash aguid
RemoteReplicaProbeQueryState
public RemoteReplicaProbeQueryState(SecureHash dest_guid,
                                    SecureHash aguid)
- Parameters:
 dest_guid - the peer we are trying to route to
RemoteReplicaProbeQueryState
public RemoteReplicaProbeQueryState(InputBuffer buffer)
                             throws QSException
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
 
 
toString
public String toString()
- Overrides:
 toString in class Object