Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第3章 Javaインタフェース | > 3.21 ノーティフィケーションサービスインタフェース | > 3.21.3 CosNotifyCommモジュール |
org.omg.CosNotifyComm.StructuredPullSupplier.pull_structured_event
import org.omg.CosNotifyComm.*; public interface StructuredPullSupplier extends org.omg.CORBA.Object { public org.omg.CosNotification.StructuredEvent pull_structured_event () throws org.omg.CosEventComm.Disconnected; }
サプライヤにStructuredEvent型のイベントデータを要求します。イベントデータの取り出しが可能になるか、または例外が発生するまでブロックされます。なお、イベントデータが取り出せない場合に即時復帰したい場合は、org.omg.CosNotifyComm.StructuredPullSupplier.try_pull_structured_eventを使用してください。
正常終了した場合は、サプライヤからのイベントデータが復帰します。
異常終了した場合は、例外が発生します。
ユーザ例外の場合は、以下の例外が発生します。
システム例外の場合は、以下の例外が発生します。
目次
索引
![]() ![]() |