public class MessageQueue extends EventQueueProxy implements javax.jms.Queue
Title: Dataspace framework
Description: Message queue implementation.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Constructor and Description |
---|
MessageQueue() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQueueName()
Gets the name of this queue.
|
count, drainTo, drainTo, getEventId, read, readAll, readLast, start, stop, take, takeLast, waitToRead, waitToRead, waitToReadLast, waitToReadLast, waitToTake, waitToTake, waitToTakeLast, waitToTakeLast
drainTo, drainTo, offer, poll, pollLast, put, remainingCapacity, take, takeLast
add, addAll, addRow, addRows, clear, contains, containsAll, drainRowsTo, drainRowsTo, drainToMap, drainToQueue, drainToRowSet, drainToTable, element, elementLast, fromMap, fromQueue, fromRowSet, fromTable, isEmpty, iterator, offer, peek, peekLast, poll, pollLast, remove, remove, removeAll, removeLast, retainAll, size, toArray, toArray, toMap, toMapCollection, toQueue, toQueueCollection, toRowSet, toTableCollection
getCollectionName, getCollectionType, getMemoryModel, listTriggers
getId, setAccessor, setId
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAll, containsAll, drainTo, drainTo, pollLast, removeAll, retainAll, takeLast
addRow, addRows, drainRowsTo, drainRowsTo, drainToMap, drainToQueue, drainToRowSet, drainToTable, elementLast, fromMap, fromQueue, fromRowSet, fromTable, peekLast, pollLast, removeLast, toMap, toMapCollection, toQueue, toQueueCollection, toRowSet, toTableCollection
getCollectionName, getCollectionType, getMemoryModel, listTriggers
add, contains, offer, offer, poll, put, remainingCapacity, remove, take
public java.lang.String getQueueName() throws javax.jms.JMSException
javax.jms.Queue
Clients that depend upon the name are not portable.
javax.jms.JMSException
- if the JMS provider implementation of
Queue
fails to return the queue
name due to some internal
error.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.