summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 07:54:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 07:54:49 +0000
commit7a95ef60c8d108e4f059e768ab509ce80cc5f9c1 (patch)
treeca67b90f907b4280abebcd8718d992fd8a8dd2f3 /TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h
parentdf30b69ebd28b66705f829d81ace3a5b78284a0d (diff)
downloadATCD-7a95ef60c8d108e4f059e768ab509ce80cc5f9c1.tar.gz
Mon Feb 12 06:50:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h62
1 files changed, 20 insertions, 42 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h
index a82b2fddcc8..d38754f62a2 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h
@@ -64,82 +64,63 @@ public:
/// RtecEventChannelAdmin::EventChannel Interface
virtual RtecEventChannelAdmin::ConsumerAdmin_ptr
- for_consumers (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ for_consumers (void);
virtual RtecEventChannelAdmin::SupplierAdmin_ptr
- for_suppliers (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ for_suppliers (void);
- virtual void destroy (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void destroy (void);
virtual RtecEventChannelAdmin::Observer_Handle
- append_observer (RtecEventChannelAdmin::Observer_ptr observer)
- ACE_THROW_SPEC ((CORBA::SystemException, RtecEventChannelAdmin::EventChannel::SYNCHRONIZATION_ERROR,
- RtecEventChannelAdmin::EventChannel::CANT_APPEND_OBSERVER));
+ append_observer (RtecEventChannelAdmin::Observer_ptr observer);
- virtual void remove_observer (RtecEventChannelAdmin::Observer_Handle)
- ACE_THROW_SPEC ((CORBA::SystemException,RtecEventChannelAdmin::EventChannel::SYNCHRONIZATION_ERROR,
- RtecEventChannelAdmin::EventChannel::CANT_REMOVE_OBSERVER));
+ virtual void remove_observer (RtecEventChannelAdmin::Observer_Handle);
/// EventChannelFacade Interface, used by FTEC gateway
virtual ::FtRtecEventChannelAdmin::ObjectId * connect_push_consumer (
RtecEventComm::PushConsumer_ptr push_consumer,
- const RtecEventChannelAdmin::ConsumerQOS & qos)
- ACE_THROW_SPEC (( CORBA::SystemException, RtecEventChannelAdmin::TypeError)) ;
+ const RtecEventChannelAdmin::ConsumerQOS & qos);
virtual ::FtRtecEventChannelAdmin::ObjectId * connect_push_supplier (
RtecEventComm::PushSupplier_ptr push_supplier,
- const RtecEventChannelAdmin::SupplierQOS & qos)
- ACE_THROW_SPEC ((CORBA::SystemException)) ;
+ const RtecEventChannelAdmin::SupplierQOS & qos);
virtual void disconnect_push_supplier (
- const FtRtecEventChannelAdmin::ObjectId & oid)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const FtRtecEventChannelAdmin::ObjectId & oid);
virtual void disconnect_push_consumer (
- const FtRtecEventChannelAdmin::ObjectId & oid)
- ACE_THROW_SPEC ((CORBA::SystemException)) ;
+ const FtRtecEventChannelAdmin::ObjectId & oid);
virtual void suspend_push_supplier (
- const FtRtecEventChannelAdmin::ObjectId & oid)
- ACE_THROW_SPEC ((CORBA::SystemException, FtRtecEventComm::InvalidObjectID));
+ const FtRtecEventChannelAdmin::ObjectId & oid);
virtual void resume_push_supplier (
- const FtRtecEventChannelAdmin::ObjectId & oid)
- ACE_THROW_SPEC ((CORBA::SystemException, FtRtecEventComm::InvalidObjectID)) ;
+ const FtRtecEventChannelAdmin::ObjectId & oid);
virtual void push (
const FtRtecEventChannelAdmin::ObjectId & oid,
- const RtecEventComm::EventSet & data)
- ACE_THROW_SPEC ((CORBA::SystemException, FtRtecEventComm::InvalidObjectID));
+ const RtecEventComm::EventSet & data);
/// FTRT::GroupManager Interfaces
/// These are used for inter-replica communications
void set_state (
- const FTRT::State & s)
- ACE_THROW_SPEC ((CORBA::SystemException, FTRT::InvalidState));
+ const FTRT::State & s);
- virtual void set_update (const FTRT::State & s)
- ACE_THROW_SPEC ((CORBA::SystemException, FTRT::InvalidUpdate, FTRT::OutOfSequence));
+ virtual void set_update (const FTRT::State & s);
- virtual void oneway_set_update (const FTRT::State & s)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void oneway_set_update (const FTRT::State & s);
virtual CORBA::Boolean start (
FTRT::FaultListener_ptr listener,
- FTRT::Location_out cur)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ FTRT::Location_out cur);
virtual void create_group (
const FTRT::ManagerInfoList & info_list,
- CORBA::ULong object_group_ref_version)
- ACE_THROW_SPEC ((CORBA::SystemException, FTRT::PredecessorUnreachable)) ;
+ CORBA::ULong object_group_ref_version);
virtual void join_group (
const FTRT::ManagerInfo & info
@@ -147,17 +128,14 @@ public:
virtual void add_member (
const FTRT::ManagerInfo & info,
- CORBA::ULong object_group_ref_version)
- ACE_THROW_SPEC ((CORBA::SystemException)) ;
+ CORBA::ULong object_group_ref_version);
virtual void remove_member (
const FTRT::Location & crashed_location,
- CORBA::ULong object_group_ref_version)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::ULong object_group_ref_version);
virtual void replica_crashed (
- const FTRT::Location & location)
- ACE_THROW_SPEC ((CORBA::SystemException)) ;
+ const FTRT::Location & location);
private: