public class BasicQueue extends Destination implements Queue
BasicQueue represents an identity of a repository of messages used
in the JMS Point-To-Point messaging domain.javax.jms.Queue,
Serialized FormAO_PROPERTY_TYPE_BOOLEAN, AO_PROPERTY_TYPE_INTEGER, AO_PROPERTY_TYPE_LIST, AO_PROPERTY_TYPE_LONG, AO_PROPERTY_TYPE_PROPERTYOWNER, AO_PROPERTY_TYPE_STRING, cachedConfigurationMap, configuration, configurationLabels, configurationTypes, cr, storedVersion, VERSION| Constructor and Description |
|---|
BasicQueue()
Constructs an identity of a Point-To-Point Queue with the default name
|
BasicQueue(String name)
Constructs an identity of a Point-To-Point Queue with the given name
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object anObject)
Compares this Queue to the specified object.
|
int |
hashCode() |
boolean |
isQueue()
Returns whether this is a Queueing type of Destination object
|
boolean |
isTemporary()
Returns whether this is a Temporary type of Destination object
|
getName, getQueueName, getTopicName, setDefaultConfiguration, toString, validate_imqDestinationNamedump, enumeratePropertyNames, getConfiguration, getCurrentConfiguration, getLabelForGroup, getPropertiesForGroup, getProperty, getPropertyForListValue, getPropertyGroups, getPropertyLabel, getPropertyListOtherName, getPropertyListValues, getPropertyType, getPropertyValueForListValue, getStoredVersion, getVERSION, isPropertyDeprecated, isPropertyHidden, isReadOnly, isStoredVersionCompatible, setProperty, setReadOnlyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetQueueName, toStringpublic BasicQueue()
public BasicQueue(String name) throws JMSException
name - The name of the QueueJMSExceptionpublic boolean equals(Object anObject)
true if and only if the arguement is not
null and is a Queue object with the same
Queue Name as this object.public boolean isQueue()
isQueue in class Destinationpublic boolean isTemporary()
isTemporary in class DestinationCopyright (c) 2014, Oracle and/or its affiliates. All rights reserved.