dd.host.impl
Class HostHbTester.PhaseDirectMail

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

public static class HostHbTester.PhaseDirectMail
extends DirectMail

Phase mail .


Field Summary
 
Fields inherited from class dd.directmail.api.DirectMail
currentRadius, inbound
 
Constructor Summary
HostHbTester.PhaseDirectMail(InputBuffer buffer)
           
HostHbTester.PhaseDirectMail(short phase, SecureHash src, NodeId srcIp, int targetRadius, long srcTime)
           
 
Method Summary
 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.PhaseDirectMail

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

HostHbTester.PhaseDirectMail

public HostHbTester.PhaseDirectMail(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.


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