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
- Version:
- $Revision: 634277 $
- See Also:
- Serialized Form
DestinationEvent
public DestinationEvent(DestinationSource source,
DestinationInfo destinationInfo)
getDestination
public ActiveMQDestination getDestination()
isAddOperation
public boolean isAddOperation()
getTimeout
public long getTimeout()
isRemoveOperation
public boolean isRemoveOperation()
getDestinationInfo
public DestinationInfo getDestinationInfo()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.