public class Queue extends BasicQueue implements Referenceable
Queue 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 |
|---|
Queue()
Constructs an identity of a Point-To-Point Queue with the default name
|
Queue(String name)
Constructs an identity of a Point-To-Point Queue with the given name
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description for this Queue.
|
Reference |
getReference()
Returns a Reference Object that can be used to reconstruct this object.
|
void |
setDescription(String description)
Sets a description for this Queue.
|
void |
setName(String name)
Sets the name of the Queue.
|
equals, hashCode, isQueue, isTemporarygetName, 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, toString, wait, wait, waitgetQueueName, toStringpublic Queue()
public Queue(String name) throws JMSException
name - The name of the QueueJMSExceptionpublic Reference getReference()
getReference in interface Referenceablepublic void setName(String name)
name - The name of the QueueIllegalArgumentException - if name is invalidpublic void setDescription(String description)
description - The description for this Queuepublic String getDescription()
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.