Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第3章 Javaインタフェース | > 3.21 ノーティフィケーションサービスインタフェース | > 3.21.5 EventChannelFactoryインタフェース |
org.omg.CosNotifyChannelAdmin.EventChannelFactory.get_event_channel
import org.omg.CosNotifyChannelAdmin.*; public interface EventChannelFactory extends org.omg.CORBA.Object { public org.omg.CosNotifyChannelAdmin.EventChannel get_event_channel ( int id ) throws org.omg.CosNotifyChannelAdmin.ChannelNotFound; }
idで指定された識別IDを持つイベントチャネルのオブジェクトリファレンスを返します。
正常終了した場合は、idで指定された識別IDを持つイベントチャネルのオブジェクトリファレンスが返されます。
異常終了した場合は、例外が発生します。
ユーザ例外の場合は、以下の例外が発生します。
システム例外の場合は、以下の例外が発生します。
目次
索引
![]() ![]() |