Package com.webmethods.jms
Interface WmQueue
- All Superinterfaces:
javax.jms.Destination
,javax.jms.Queue
,WmDestination
Interface defining webMethods extensions to javax.jms.Queue.
-
Field Summary
Fields inherited from interface com.webmethods.jms.WmDestination
SHARED_STATE_ORDERING_NONE, SHARED_STATE_ORDERING_PUBLISHER, SHARED_STATE_ORDERING_SESSION, WILDCARD
-
Method Summary
Modifier and TypeMethodDescriptionGet the Broker to which this queue belongs.Get the local queue name.Get the territory to which this queue belongs.Methods inherited from interface javax.jms.Queue
getQueueName, toString
Methods inherited from interface com.webmethods.jms.WmDestination
getDeadLetterOnly, getEventType, getLocalOnly, getName, getPriorityOrdering, getReadOnly, getSharedState, getSharedStateOrdering, isWildCard, setDeadLetterOnly, setEventType, setLocalOnly, setName, setPriorityOrdering, setReadOnly, setSharedState, setSharedStateOrdering
-
Method Details
-
getTerritory
Get the territory to which this queue belongs.- Returns:
- the territory to which this queue belongs, or null to indicate the current territory
- Throws:
javax.jms.JMSException
- if unable to get the territory to which this queue belongs
-
getBroker
Get the Broker to which this queue belongs.- Returns:
- the Broker to which this queue belongs, or null to indicate the current Broker
- Throws:
javax.jms.JMSException
- if unable to get the territory to which this queue belongs
-
getLocalName
Get the local queue name.- Returns:
- the local queue name
- Throws:
javax.jms.JMSException
- if unable to get the local queue name
-