com.ibm.websphere.sib.api.jms
Interface JmsQueue
- All Superinterfaces:
- javax.jms.Destination, JmsDestination, javax.jms.Queue, javax.naming.Referenceable, java.io.Serializable
- public interface JmsQueue
- extends javax.jms.Queue, JmsDestination
Contains provider specific methods relating to the javax.jms.Queue interface.
Method Summary |
java.lang.String |
getQueueName()
Get the QueueName for this queue. |
void |
setQueueName(java.lang.String queueName)
Set the QueueName for this queue. |
Methods inherited from interface javax.jms.Queue |
toString |
Methods inherited from interface com.ibm.websphere.sib.api.jms.JmsDestination |
getBusName, getDeliveryMode, getDestDiscrim, getDestName, getPriority, getReadAhead, getTimeToLive, setBusName, setDeliveryMode, setPriority, setReadAhead, setTimeToLive |
Methods inherited from interface javax.naming.Referenceable |
getReference |
getQueueName
public java.lang.String getQueueName()
throws javax.jms.JMSException
- Get the QueueName for this queue.
- Specified by:
getQueueName
in interface javax.jms.Queue
- Returns:
- the QueueName
- Throws:
javax.jms.JMSException
- if there is a problem returning this property.
setQueueName
public void setQueueName(java.lang.String queueName)
throws javax.jms.JMSException
- Set the QueueName for this queue.
- Parameters:
queueName
-
- Throws:
javax.jms.JMSException
- if there is a problem setting this property.