Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第2章 C++言語インタフェース | > 2.22 ノーティフィケーションサービスインタフェース | > 2.22.4 CosNotifyChannelAdminモジュール |
CosNotifyChannelAdmin::ProxyConsumer::MyType
#include <NotificationService_cplus.h> CosNotifyChannelAdmin::ProxyType CosNotifyChannelAdmin::ProxyConsumer::MyType( CORBA::Environment& env ); throw( CORBA::Exception );
Proxyオブジェクトの種別として以下の値を返します。
CosNotifyChannelAdmin::PUSH_ANY...........any型のPushモデル CosNotifyChannelAdmin::PULL_ANY...........any型のPullモデル CosNotifyChannelAdmin::PUSH_STRUCTURED....StructuredEvent型のPushモデル CosNotifyChannelAdmin::PULL_STRUCTURED....StructuredEvent型のPullモデル
正常終了した場合は、envのexceptionメンバにNULLオブジェクトリファレンスが設定され、Proxyオブジェクトの種別を返します。
異常終了した場合は、envのexceptionメンバにSystemExceptionオブジェクトのオブジェクトリファレンスが設定されます。
システム例外の場合、以下の例外が発生します。
目次
索引
![]() ![]() |