Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第2章 C++言語インタフェース | > 2.22 ノーティフィケーションサービスインタフェース | > 2.22.4 CosNotifyChannelAdminモジュール |
CosNotifyChannelAdmin::StructuredProxyPushConsumer::connect_structured_push_supplier
#include <NotificationService_cplus.h> void CosNotifyChannelAdmin::StructuredProxyPushConsumer::connect_structured_push_supplier( CosNotifyComm::StructuredPushSupplier_ptr push_supplier, CORBA::Environment& env ); throw( CORBA::Exception );
イベントチャネルにStructuredEvent型のサプライヤとして接続します。
正常終了した場合は、envのexceptionメンバにNULLオブジェクトリファレンスが設定されます。
異常終了した場合は、envのexceptionメンバにSystemExceptionオブジェクト、またはUserExceptionオブジェクトのオブジェクトリファレンスが設定されます。
ユーザ例外の場合、以下の例外が発生します。
システム例外の場合、以下の例外が発生します。
イベントチャネルと再接続する場合は、再度CosNotifyChannelAdmin::SupplierAdmin::obtain_notification_push_consumer()から行ってください。
目次
索引
![]() ![]() |