IDL source Global indexinterface ProxyPushSupplier : ProxySupplier, CosNotifyComm::NotifySubscribe, CosEventComm::PushSupplier
void connect_any_push_consumer(in CosEventComm::PushConsumer push_consumer) raises(CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError);
void resume_connection()
raises(ConnectionAlreadyActive);
void suspend_connection()
raises(ConnectionAlreadyInactive);