Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第3章 Javaインタフェース | > 3.21 ノーティフィケーションサービスインタフェース | > 3.21.4 CosNotifyChannelAdminモジュール |
org.omg.CosNotifyChannelAdmin.ProxySupplier.MyType
import org.omg.CosNotifyChannelAdmin.*; public interface ProxySupplier extends org.omg.CORBA.Object { public org.omg.CosNotifyChannelAdmin.ProxyType MyType (); }
Proxyオブジェクトの種別として以下の値を返します。
org.omg.CosNotifyChannelAdmin.ProxyType.PUSH_ANY...........any型のPushモデル org.omg.CosNotifyChannelAdmin.ProxyType.PULL_ANY...........any型のPullモデル org.omg.CosNotifyChannelAdmin.ProxyType.PUSH_STRUCTURED....StructuredEvent型のPushモデル org.omg.CosNotifyChannelAdmin.ProxyType.PULL_STRUCTURED....StructuredEvent型のPullモデル
正常終了した場合は、Proxyオブジェクトの種別が返されます。
異常終了した場合は、例外が発生します。
システム例外の場合は、以下の例外が発生します。
目次
索引
![]() ![]() |