org.apache.activemq.filter
Class AnyDestination
java.lang.Object
org.apache.activemq.jndi.JNDIBaseStorable
org.apache.activemq.command.ActiveMQDestination
org.apache.activemq.filter.AnyDestination
- All Implemented Interfaces:
- Externalizable, Serializable, Comparable<Object>, javax.jms.Destination, Referenceable, DataStructure, JNDIStorableInterface
public class AnyDestination
- extends ActiveMQDestination
- See Also:
- Serialized Form
| Fields inherited from class org.apache.activemq.command.ActiveMQDestination |
COMPOSITE_SEPERATOR, compositeDestinations, destinationPaths, hashValue, isPattern, options, PATH_SEPERATOR, physicalName, QUEUE_QUALIFIED_PREFIX, QUEUE_TYPE, TEMP_DESTINATION_NAME_PREFIX, TEMP_MASK, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_QUEUE_TYPE, TEMP_TOPIC_QUALIFED_PREFIX, TEMP_TOPIC_TYPE, TOPIC_QUALIFIED_PREFIX, TOPIC_TYPE, unresolvableDestinationTransformer |
| Methods inherited from class org.apache.activemq.command.ActiveMQDestination |
buildFromProperties, compare, compareTo, createDestination, createDestination, equals, getCompositeDestinations, getDestinationPaths, getDestinationTypeAsString, getOptions, getPhysicalName, getQualifiedName, getUnresolvableDestinationTransformer, hashCode, isComposite, isMarshallAware, isPattern, isTemporary, populateProperties, readExternal, setCompositeDestinations, setPhysicalName, setUnresolvableDestinationTransformer, toString, transform, writeExternal |
AnyDestination
public AnyDestination(ActiveMQDestination[] destinations)
getQualifiedPrefix
protected String getQualifiedPrefix()
- Specified by:
getQualifiedPrefix in class ActiveMQDestination
getDestinationType
public byte getDestinationType()
- Specified by:
getDestinationType in class ActiveMQDestination
getDataStructureType
public byte getDataStructureType()
- Returns:
- The type of the data structure
isQueue
public boolean isQueue()
- Overrides:
isQueue in class ActiveMQDestination
isTopic
public boolean isTopic()
- Overrides:
isTopic in class ActiveMQDestination
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.