demo.dynamic
Class Test.TestMasterDirectMail
java.lang.Object
|
+--dd.directmail.api.DirectMail
|
+--demo.dynamic.Test.TestMasterDirectMail
- All Implemented Interfaces:
- Cloneable, QueueElementIF, QuickSerializable
- Enclosing class:
- Test
- public static class Test.TestMasterDirectMail
- extends DirectMail
Test mail .
srcIp
public NodeId srcIp
Test.TestMasterDirectMail
public Test.TestMasterDirectMail(SecureHash src,
NodeId srcIp,
int targetRadius,
long srcTime)
- Constructor: Creates a new
TestMasterDirectMail.
Test.TestMasterDirectMail
public Test.TestMasterDirectMail(InputBuffer buffer)
throws QSException
- Constructs a
TestMasterDirectMail from its
serialized form.
- Parameters:
buffer - serialized
form of object.
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