|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--dd.api.DDRouteMsg
|
+--demo.helloworld.step1.api.HelloWorldRouteMsg
HelloWorldRouteMsg is a
msg sent directly to a
HelloWorld Client or a HelloWorld Server with a
msg and a
originalMsgID
| Field Summary | |
|---|---|
String |
msg
msg that wants to communicate from
one HelloWorldStage to another |
SecureHash |
originalMsgID
originalMsgID the original requestor
message ID for resender |
| Fields inherited from class dd.api.DDRouteMsg |
|---|
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL |
| Constructor Summary | |
|---|---|
HelloWorldRouteMsg(InputBuffer buffer)
Constructs a HelloWorldRouteMsg from its
serialized form. |
|
HelloWorldRouteMsg(SecureHash requestorGuid,
SecureHash originalMsgID,
String msg)
Constructor: Creates a new HelloWorldRouteMsg. |
|
| Method Summary | |
|---|---|
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public String msg
msg that wants to communicate from
one HelloWorldStage to another
public SecureHash originalMsgID
originalMsgID the original requestor
message ID for resender
| Constructor Detail |
public HelloWorldRouteMsg(SecureHash requestorGuid,
SecureHash originalMsgID,
String msg)
HelloWorldRouteMsg.
public HelloWorldRouteMsg(InputBuffer buffer)
throws QSException
HelloWorldRouteMsg from its
serialized form.
buffer - serialized
form of object.| Method Detail |
public void serialize(OutputBuffer buffer)
serialize in interface QuickSerializableserialize in class DDRouteMsgpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||