public class MQTemporaryQueue extends MQQueue implements javax.jms.TemporaryQueue, JmsTemporaryQueue
DESTINATION_TYPE_QUEUE, DESTINATION_TYPE_TOPIC| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes this temporary queue.
|
boolean |
equals(java.lang.Object obj)
Test for equality.
|
java.lang.Object |
getObjectProperty(java.lang.String name)
Gets the Object property value with the given name.
|
java.util.Enumeration<java.lang.String> |
getPropertyNames()
Gets all properties which have been set on a resource.
|
int |
hashCode() |
boolean |
propertyExists(java.lang.String name)
Indicates whether a named property exists.
|
void |
setBatchProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Sets multiple property values passed in via a Map.
|
void |
setObjectProperty(java.lang.String name,
java.lang.Object value)
Sets an Object property value with the given name.
|
java.lang.String |
toString()
Returns a string representation of this object
|
getQueueName, getQueueURIgetCCSID, getDescription, getEncoding, getExpiry, getFailIfQuiesce, getMessageBodyStyle, getMQMDMessageContext, getMQMDReadEnabled, getMQMDWriteEnabled, getPersistence, getPriority, getProperty, getPutAsyncAllowed, getReadAheadAllowed, getReadAheadClosePolicy, getReceiveCCSID, getReceiveConversion, getReference, getReplyToStyle, getStringFromDestination, getTargetClient, getUnmappableAction, getUnmappableReplacement, getWildcardFormat, setCCSID, setDescription, setEncoding, setExpiry, setFailIfQuiesce, setMessageBodyStyle, setMQMDMessageContext, setMQMDReadEnabled, setMQMDWriteEnabled, setPersistence, setPriority, setProperty, setPutAsyncAllowed, setReadAheadAllowed, setReadAheadClosePolicy, setReceiveCCSID, setReceiveConversion, setReplyToStyle, setTargetClient, setUnmappableAction, setUnmappableReplacement, setWildcardFormatgetTopicName, setStringPropertyclear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setProviderPropertyContext, setShortProperty, size, valuesdump, getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getShortProperty, getStringPropertysetBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setShortProperty, setStringPropertygetBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getShortProperty, getStringPropertypublic void delete()
throws javax.jms.JMSException
delete in interface javax.jms.TemporaryQueuejavax.jms.JMSException - if the queue is in use, or if the command fails due to some internal
errorpublic void setObjectProperty(java.lang.String name,
java.lang.Object value)
throws javax.jms.JMSException
setObjectProperty in interface JmsPropertyContextsetObjectProperty in class com.ibm.msg.client.jms.internal.JmsPropertyContextImplname - the name of the Object propertyvalue - the Object property value to setjavax.jms.JMSException - if the property is marked read-only or if the proposed value is invalid
for the propertypublic java.lang.Object getObjectProperty(java.lang.String name)
throws javax.jms.JMSException
getObjectProperty in interface JmsReadablePropertyContextgetObjectProperty in class com.ibm.msg.client.jms.internal.JmsPropertyContextImplname - the name of the property to be retrievedjavax.jms.JMSException - if the operation failspublic void setBatchProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
throws javax.jms.JMSException
setBatchProperties in interface JmsPropertyContextsetBatchProperties in class com.ibm.msg.client.jms.internal.JmsPropertyContextImplproperties - the Map of properties to setjavax.jms.JMSException - if any property is marked read-only or if the proposed value is invalid
for any propertypublic java.util.Enumeration<java.lang.String> getPropertyNames()
throws javax.jms.JMSException
getPropertyNames in interface JmsReadablePropertyContextgetPropertyNames in class com.ibm.msg.client.jms.internal.JmsReadablePropertyContextImpljavax.jms.JMSException - if the operation failspublic boolean propertyExists(java.lang.String name)
throws javax.jms.JMSException
propertyExists in interface JmsReadablePropertyContextpropertyExists in class com.ibm.msg.client.jms.internal.JmsPropertyContextImplname - the name of the property to be retrievedjavax.jms.JMSException - if the operation failspublic boolean equals(java.lang.Object obj)
equals in interface java.util.Map<java.lang.String,java.lang.Object>equals in class com.ibm.msg.client.jms.admin.JmsDestinationImplobj - the object to be compared with this objectpublic int hashCode()
hashCode in interface java.util.Map<java.lang.String,java.lang.Object>hashCode in class com.ibm.msg.client.jms.admin.JmsDestinationImplJmsDestinationImpl.hashCode()