|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.fujitsu.reffi.server.messaging.AbstractMessageSender
jp.co.fujitsu.reffi.server.nexaweb.publisher.ProxyMessagePublisher
public abstract class ProxyMessagePublisher
[概 要]
サーバメッセージパブリッシャ基底クラス。[詳 細]
[備 考]
| コンストラクタの概要 | |
|---|---|
ProxyMessagePublisher()
|
|
| メソッドの概要 | |
|---|---|
protected void |
publish(String topic,
byte[] bytes)
[概 要] メッセージ発行 [詳 細] メッセージの発行をします。 |
protected void |
publish(String topic,
Document document)
[概 要] メッセージ発行 [詳 細] メッセージの発行をします。 |
protected void |
publish(String topic,
Element element)
[概 要] メッセージ発行 [詳 細] メッセージの発行をします。 |
protected void |
publish(String topic,
Serializable object)
[概 要] メッセージ発行 [詳 細] メッセージの発行をします。 |
protected void |
publish(String topic,
String string)
[概 要] メッセージ発行 [詳 細] メッセージの発行をします。 |
protected void |
publish(String topic,
XmlSerializable object)
[概 要] メッセージ発行 [詳 細] メッセージの発行をします。 |
| クラス jp.co.fujitsu.reffi.server.messaging.AbstractMessageSender から継承されたメソッド |
|---|
handleFinalize, handleInitialize, processSend, runSender, trap |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ProxyMessagePublisher()
| メソッドの詳細 |
|---|
protected final void publish(String topic,
Serializable object)
[概 要]
メッセージ発行[詳 細]
メッセージの発行をします。[備 考]
topic - トピックobject - 発行するメッセージ
protected final void publish(String topic,
XmlSerializable object)
[概 要]
メッセージ発行[詳 細]
メッセージの発行をします。[備 考]
topic - トピックobject - 発行するメッセージ
protected final void publish(String topic,
String string)
[概 要]
メッセージ発行[詳 細]
メッセージの発行をします。[備 考]
topic - トピックstring - 発行するメッセージ
protected final void publish(String topic,
byte[] bytes)
[概 要]
メッセージ発行[詳 細]
メッセージの発行をします。[備 考]
topic - トピックbytes - 発行するメッセージ
protected final void publish(String topic,
Document document)
[概 要]
メッセージ発行[詳 細]
メッセージの発行をします。[備 考]
topic - トピックdocument - 発行するメッセージ
protected final void publish(String topic,
Element element)
[概 要]
メッセージ発行[詳 細]
メッセージの発行をします。[備 考]
topic - トピックelement - 発行するメッセージ
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||