Package 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>,Destination,Referenceable,DataStructure,JNDIStorableInterface
public class AnyDestination extends ActiveMQDestination
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.command.ActiveMQDestination
COMPOSITE_SEPERATOR, compositeDestinations, destinationPaths, hashValue, IS_DLQ, 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
-
-
Constructor Summary
Constructors Constructor Description AnyDestination(ActiveMQDestination[] destinations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetDataStructureType()bytegetDestinationType()protected StringgetQualifiedPrefix()booleanisQueue()booleanisTopic()-
Methods inherited from class org.apache.activemq.command.ActiveMQDestination
buildFromProperties, compare, compareTo, createDestination, createDestination, equals, getCompositeDestinations, getDestinationPaths, getDestinationTypeAsString, getOptions, getPhysicalName, getQualifiedName, getUnresolvableDestinationTransformer, hashCode, isComposite, isDLQ, isMarshallAware, isPattern, isTemporary, populateProperties, readExternal, setCompositeDestinations, setDLQ, setPhysicalName, setUnresolvableDestinationTransformer, toString, transform, writeExternal
-
Methods inherited from class org.apache.activemq.jndi.JNDIBaseStorable
getProperties, getReference, setProperties
-
-
-
-
Constructor Detail
-
AnyDestination
public AnyDestination(ActiveMQDestination[] destinations)
-
-
Method Detail
-
getQualifiedPrefix
protected String getQualifiedPrefix()
- Specified by:
getQualifiedPrefixin classActiveMQDestination
-
getDestinationType
public byte getDestinationType()
- Specified by:
getDestinationTypein classActiveMQDestination
-
getDataStructureType
public byte getDataStructureType()
- Returns:
- The type of the data structure
-
isQueue
public boolean isQueue()
- Overrides:
isQueuein classActiveMQDestination
-
isTopic
public boolean isTopic()
- Overrides:
isTopicin classActiveMQDestination
-
-