dd.host.impl
Class HostHbTester.ControlDirectMail

java.lang.Object
  |
  +--dd.directmail.api.DirectMail
        |
        +--dd.host.impl.HostHbTester.ControlDirectMail
All Implemented Interfaces:
Cloneable, QueueElementIF, QuickSerializable
Enclosing class:
HostHbTester

public static class HostHbTester.ControlDirectMail
extends DirectMail

Done Test mail .


Field Summary
 
Fields inherited from class dd.directmail.api.DirectMail
currentRadius, inbound
 
Constructor Summary
HostHbTester.ControlDirectMail(InputBuffer buffer)
           
HostHbTester.ControlDirectMail(short phase, SecureHash src, NodeId srcIp, int targetRadius, long srcTime, QSTreeSet nodes)
           
 
Method Summary
 QSTreeSet getNodes()
          Return the ip address of src sender of direct mail msg.
 short getPhase()
          Return the phase of src sender of direct mail msg.
 NodeId getSrcIp()
          Return the ip address of src sender of direct mail msg.
 void serialize(OutputBuffer buffer)
          Specified by ostore.util.QuickSerializable
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class dd.directmail.api.DirectMail
clone, getCurrentRadius, getSrc, getSrcTime, getTargetRadius
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostHbTester.ControlDirectMail

public HostHbTester.ControlDirectMail(short phase,
                                      SecureHash src,
                                      NodeId srcIp,
                                      int targetRadius,
                                      long srcTime,
                                      QSTreeSet nodes)

HostHbTester.ControlDirectMail

public HostHbTester.ControlDirectMail(InputBuffer buffer)
                               throws QSException
Method Detail

getPhase

public short getPhase()
Return the phase of src sender of direct mail msg.


getSrcIp

public NodeId getSrcIp()
Return the ip address of src sender of direct mail msg.


getNodes

public QSTreeSet getNodes()
Return the ip address of src sender of direct mail msg.


serialize

public void serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable

Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class DirectMail

toString

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

Overrides:
toString in class DirectMail