#include <src/main/activemq/core/ActiveMQDestinationEvent.h>

Public Member Functions | |
| ActiveMQDestinationEvent (decaf::lang::Pointer< commands::DestinationInfo > destination) | |
| virtual | ~ActiveMQDestinationEvent () |
| virtual const cms::Destination * | getDestination () const |
| Returns the destination that this event is related to, the returned destination remains the property of this event and should be cloned if the caller wishes to store it beyond the lifetime of this event object. | |
| virtual bool | isAddOperation () const |
| Returns true if this events represents the addition of a Destination. | |
| virtual bool | isRemoveOperation () const |
| Returns true if this events represents the removal of a Destination. | |
| decaf::lang::Pointer < commands::DestinationInfo > | getDestinationInfo () const |
| Returns the DestinationInfo object that triggered this event. | |
| activemq::core::ActiveMQDestinationEvent::ActiveMQDestinationEvent | ( | decaf::lang::Pointer< commands::DestinationInfo > | destination | ) |
| virtual activemq::core::ActiveMQDestinationEvent::~ActiveMQDestinationEvent | ( | ) | [virtual] |
| virtual const cms::Destination* activemq::core::ActiveMQDestinationEvent::getDestination | ( | ) | const [virtual] |
Returns the destination that this event is related to, the returned destination remains the property of this event and should be cloned if the caller wishes to store it beyond the lifetime of this event object.
Implements cms::DestinationEvent.
| decaf::lang::Pointer<commands::DestinationInfo> activemq::core::ActiveMQDestinationEvent::getDestinationInfo | ( | ) | const [inline] |
Returns the DestinationInfo object that triggered this event.
| virtual bool activemq::core::ActiveMQDestinationEvent::isAddOperation | ( | ) | const [virtual] |
Returns true if this events represents the addition of a Destination.
Implements cms::DestinationEvent.
| virtual bool activemq::core::ActiveMQDestinationEvent::isRemoveOperation | ( | ) | const [virtual] |
Returns true if this events represents the removal of a Destination.
Implements cms::DestinationEvent.
1.6.1