18#ifndef _CMS_DESTINATIONSOURCE_H_
19#define _CMS_DESTINATIONSOURCE_H_
75 virtual std::vector<cms::Queue*>
getQueues()
const = 0;
87 virtual std::vector<cms::Topic*>
getTopics()
const = 0;
A listener class that the client can implement to receive events related to Destination addition or r...
Definition DestinationListener.h:32
Provides an object that will provide a snapshot view of Destinations that exist on the Message provid...
Definition DestinationSource.h:38
virtual ~DestinationSource()
virtual void setListener(cms::DestinationListener *listener)=0
Sets the current listener of Destination events.
virtual std::vector< cms::TemporaryQueue * > getTemporaryQueues() const =0
Returns a snapshot of the currently known Queues that are active on the CMS provider,...
virtual std::vector< cms::TemporaryTopic * > getTemporaryTopics() const =0
Returns a snapshot of the currently known Queues that are active on the CMS provider,...
virtual std::vector< cms::Topic * > getTopics() const =0
Returns a snapshot of the currently known Queues that are active on the CMS provider,...
virtual cms::DestinationListener * getListener() const =0
Gets the currently configured DestiantionListener for this event source.
virtual std::vector< cms::Queue * > getQueues() const =0
Returns a snapshot of the currently known Queues that are active on the CMS provider,...
Interface for a class that implements the start method.
Definition Startable.h:36
Interface for a class that implements the stop method.
Definition Stoppable.h:36
#define CMS_API
Definition Config.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition DestinationResolver.h:23