パッケージ org.piax.gtrans.ov.sg
クラス SGMessagingFramework.SGReplyMessage<E extends Endpoint>
java.lang.Object
org.piax.gtrans.ov.sg.SGMessagingFramework.SGReplyMessage<E>
- すべての実装されたインタフェース:
Serializable
- 直系の既知のサブクラス:
RQMessage.RQReplyMessage
- 含まれているクラス:
- SGMessagingFramework<E extends Endpoint>
public abstract static class SGMessagingFramework.SGReplyMessage<E extends Endpoint> extends Object implements Serializable
a base class for a reply message.
- 作成者:
- k-abe
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SGReplyMessage(SkipGraph<E> sg, SGMessagingFramework.SGRequestMessage<E> received)compose a reply message against the specified SGRequestMessage. -
メソッドの概要
修飾子とタイプ メソッド 説明 voidreply()send a reply message.
-
コンストラクタの詳細
-
SGReplyMessage
compose a reply message against the specified SGRequestMessage.- パラメータ:
sg- Skip Graph instancereceived- the SGRequestMessage for which this reply message is sent
-
-
メソッドの詳細
-
reply
public void reply()send a reply message. the destination node is automatically determined from the request message.
-