パッケージ jp.go.aist.dmrc.platform.datacooperation.interfaces

データ連携コンポーネントが他のプログラムに公開するインターフェースを 提供します.具体的には、プラットフォーム(コンポーネントバス)へのI/F、 ブローカへのI/Fが含まれます.

参照先:
          説明

インタフェースの概要
PFComponentCooperationResultEventSource PFComponentCooperationResultEventのイベントソース.
PFComponentCooperationResultListener コンポーネント連携機能の実行結果を受け取るためのイベント.
PFPullComponentTransferResultEventSource PFPullComponentTransferResultEventのイベントソース.
PFPullComponentTransferResultListener プル型コンポーネント転送機能の実行結果を受け取るためのイベント.
PFPullComponentTransferSentEventSource PFPullComponentTransferSentEventのイベントソース.
PFPullComponentTransferSentListener プル型コンポーネント転送機能によりコンポーネントを送信したことを 通知してもらうためのイベント.
PFPushComponentTransferReceivedEventSource PFPushComponentTransferReceivedEventのイベントソース.
PFPushComponentTransferReceivedListener プッシュ型コンポーネント転送機能によりコンポーネントを受信したことを 通知してもらうためのイベント.
PFPushComponentTransferResultEventSource PFPushComponentTransferResultEventのイベントソース.
PFPushComponentTransferResultListener プッシュ型コンポーネント転送機能の実行結果を受け取るためのイベント.
 

クラスの概要
PFComponentCooperationResult コンポーネント連携の結果のJavaオブジェクトを格納するクラス.
PFComponentCooperationResultEvent コンポーネント連携の結果を通知するイベント.
PFComponentCooperationResultEventSourceImpl コンポーネント連携の結果通知のイベントソース.
PFPullComponentTransferResultEvent プル型コンポーネント転送の処理結果を通知するイベント.
PFPullComponentTransferResultEventSourceImpl プル型コンポーネント転送の結果通知のイベントソース.
PFPullComponentTransferSentEvent プル型コンポーネント転送によりコンポーネント送信を通知するイベント.
PFPullComponentTransferSentEventSourceImpl プル型コンポーネント転送によるコンポーネント送信通知のイベントソース.
PFPushComponentTransferReceivedEvent プッシュ型コンポーネント転送によりコンポーネントの受信を通知するイベント.
PFPushComponentTransferReceivedEventSourceImpl プッシュ型コンポーネント転送によるコンポーネント受信通知のイベントソース.
PFPushComponentTransferResultEvent プッシュ型コンポーネント転送の処理結果を通知するイベント.
PFPushComponentTransferResultEventSourceImpl プッシュ型コンポーネント転送の結果通知のイベントソース.
 

例外の概要
PFDataCooperationComponentCooperationException データ連携コンポーネントで発生した例外.
PFDataCooperationComponentTransferException コンポーネント転送に関連した例外.
PFDataCooperationException データ連携コンポーネントの例外.
PFDataCooperationInternalException データ連携コンポーネント内部で発生した例外.
PFDataCooperationRegistryAccessException レジストリアクセスに関連した例外.
PFDataCooperationRemoteException ブローカ向けのRMIインターフェースのメソッドから返される例外.
 

パッケージ jp.go.aist.dmrc.platform.datacooperation.interfaces の説明

データ連携コンポーネントが他のプログラムに公開するインターフェースを 提供します.具体的には、プラットフォーム(コンポーネントバス)へのI/F、 ブローカへのI/Fが含まれます.