18#ifndef _ACTIVEMQ_CORE_ACTIVEMQDESTINATIONEVENT_H_
19#define _ACTIVEMQ_CORE_ACTIVEMQDESTINATIONEVENT_H_
60 return this->destination;
#define AMQCPP_API
Definition: Config.h:30
Definition: ActiveMQDestinationEvent.h:30
ActiveMQDestinationEvent(decaf::lang::Pointer< commands::DestinationInfo > destination)
virtual const cms::Destination * getDestination() const
Returns the destination that this event is related to, the returned destination remains the property ...
decaf::lang::Pointer< commands::DestinationInfo > getDestinationInfo() const
Returns the DestinationInfo object that triggered this event.
Definition: ActiveMQDestinationEvent.h:59
virtual ~ActiveMQDestinationEvent()
virtual bool isRemoveOperation() const
Returns true if this events represents the removal of a Destination.
virtual bool isAddOperation() const
Returns true if this events represents the addition of a Destination.
An event class that is used to wrap information related to Destination add and remove events from the...
Definition: DestinationEvent.h:32
A Destination object encapsulates a provider-specific address.
Definition: Destination.h:39
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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24