Package org.apache.activemq.advisory
Class DestinationEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.apache.activemq.advisory.DestinationEvent
-
- All Implemented Interfaces:
Serializable
public class DestinationEvent extends EventObject
An event caused when a destination is created or deleted- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description DestinationEvent(DestinationSource source, DestinationInfo destinationInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveMQDestination
getDestination()
DestinationInfo
getDestinationInfo()
long
getTimeout()
boolean
isAddOperation()
boolean
isRemoveOperation()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
DestinationEvent
public DestinationEvent(DestinationSource source, DestinationInfo destinationInfo)
-
-
Method Detail
-
getDestination
public ActiveMQDestination getDestination()
-
isAddOperation
public boolean isAddOperation()
-
getTimeout
public long getTimeout()
-
isRemoveOperation
public boolean isRemoveOperation()
-
getDestinationInfo
public DestinationInfo getDestinationInfo()
-
-