Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第3章 Javaインタフェース | > 3.20 イベントサービスインタフェース | > 3.20.3 com.fujitsu.ObjectDirector.EventService.EventFactoryクラス |
EventFactory.get_event_channel
import com.fujitsu.ObjectDirector.EventService.*; public interface EventFactory extends org.omg.CORBA.Object { public org.omg.CosEventChannelAdmin.EventChannel get_event_channel( String key) throws org.omg.CosNotifyChannelAdmin.ChannelNotFound; }
EventFactoryのオブジェクトリファレンスは、org.omg.CORBA.ORB.resolve_initial_references()のobject_nameパラメタに以下の値を指定して獲得します。
EventFactory.ObjectId_Factory
正常終了した場合は、keyで指定されたイベントチャネルのオブジェクトリファレンスが返されます。
異常終了した場合は、例外が発生します。
ユーザ例外の場合、以下の例外が発生します。
システム例外の場合、以下の例外が発生します。
目次
索引
![]() ![]() |