Uses of Class
com.swiftmq.swiftlet.queue.QueueHandlerClosedException
-
Packages that use QueueHandlerClosedException Package Description com.swiftmq.swiftlet.queue -
-
Uses of QueueHandlerClosedException in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that throw QueueHandlerClosedException Modifier and Type Method Description void
QueueBrowser. close()
Close the queue browservoid
QueueHandler. close()
Close the QueueHandlervoid
QueueReceiver. close()
Close the queue receivervoid
QueueSender. close()
Close the queue sendervoid
QueueTransactionHandler. close()
Closes the QueueTransactionHandler.QueuePullTransaction
QueueReceiver. createTransaction(boolean setRedeliveredOnRollback)
Creates a new QueuePullTransaction.QueuePushTransaction
QueueSender. createTransaction()
Creates a new QueuePushTransaction.MessageEntry
QueueBrowser. getNextMessage()
Get the next available message from the queue.long
QueueHandler. getNumberQueueMessages()
Returns the number of messages in the queueprotected void
QueueHandler. verifyQueueHandlerState()
Verifies the state of the handler.
-