18 #ifndef _ACTIVEMQ_CORE_ACTIVEMQDESTINATIONEVENT_H_ 19 #define _ACTIVEMQ_CORE_ACTIVEMQDESTINATIONEVENT_H_ 48 virtual bool isAddOperation()
const;
50 virtual bool isRemoveOperation()
const;
60 return this->destination;
An event class that is used to wrap information related to Destination add and remove events from the...
Definition: DestinationEvent.h:32
decaf::lang::Pointer< commands::DestinationInfo > getDestinationInfo() const
Returns the DestinationInfo object that triggered this event.
Definition: ActiveMQDestinationEvent.h:59
A Destination object encapsulates a provider-specific address.
Definition: Destination.h:39
#define AMQCPP_API
Definition: Config.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition: Pointer.h:53
Definition: ActiveMQDestinationEvent.h:30