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