|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface InPortConsumer
入力ポートコンシューマが提供すべき機能のインタフェースです。
メソッドの概要 | |
---|---|
void |
init(Properties prop)
Initializing configuration This operation would be called to configure this consumer in initialization. |
void |
publishInterfaceProfile(NVListHolder properties)
publishInterfaceProfile Publish interfaceProfile information. |
ReturnCode |
put(org.omg.CORBA.portable.OutputStream data)
put Pure virtual function to send data to the destination port. |
boolean |
subscribeInterface(NVListHolder properties)
指定されたプロパティセットの内容に基づいて、データ送出通知の受け取りに登録します。 |
void |
unsubscribeInterface(NVListHolder properties)
データ送出通知の受け取り登録を解除します。 |
メソッドの詳細 |
---|
void init(Properties prop)
Initializing configuration
This operation would be called to configure this consumer
in initialization.
boolean subscribeInterface(NVListHolder properties)
指定されたプロパティセットの内容に基づいて、データ送出通知の受け取りに登録します。
properties
- 登録時に参照される情報
void unsubscribeInterface(NVListHolder properties)
データ送出通知の受け取り登録を解除します。
properties
- 登録解除時に参照される情報ReturnCode put(org.omg.CORBA.portable.OutputStream data)
put
Pure virtual function to send data to the destination port.
void publishInterfaceProfile(NVListHolder properties)
publishInterfaceProfile
Publish interfaceProfile information.
Check the dataport.interface_type value of the NameValue object
specified by an argument in property information and get information
only when the interface type of the specified port is matched.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |