org.apache.activemq.advisory
Class DestinationEvent
java.lang.Object
java.util.EventObject
org.apache.activemq.advisory.DestinationEvent
- All Implemented Interfaces:
- java.io.Serializable
public class DestinationEvent
- extends java.util.EventObject
An event caused when a destination is created or deleted
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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. All Rights Reserved.