Uses of Class
com.swiftmq.jms.QueueImpl
-
Packages that use QueueImpl Package Description com.swiftmq.jms com.swiftmq.jms.smqp.v750 com.swiftmq.jms.v750 com.swiftmq.jndi.protocol.v400 com.swiftmq.swiftlet.queue -
-
Uses of QueueImpl in com.swiftmq.jms
Subclasses of QueueImpl in com.swiftmq.jms Modifier and Type Class Description classTemporaryQueueImplclassTemporaryTopicImplclassTopicImplImplementation of a Topic. -
Uses of QueueImpl in com.swiftmq.jms.smqp.v750
Methods in com.swiftmq.jms.smqp.v750 that return QueueImpl Modifier and Type Method Description QueueImplCreateBrowserRequest. getQueue()QueueImplCreateConsumerRequest. getQueue()QueueImplCreateProducerRequest. getQueue()Methods in com.swiftmq.jms.smqp.v750 with parameters of type QueueImpl Modifier and Type Method Description voidCreateBrowserRequest. setQueue(QueueImpl queue)voidCreateConsumerRequest. setQueue(QueueImpl queue)voidCreateProducerRequest. setQueue(QueueImpl queue)Constructors in com.swiftmq.jms.smqp.v750 with parameters of type QueueImpl Constructor Description CreateBrowserRequest(int dispatchId, QueueImpl queue, java.lang.String messageSelector)CreateBrowserRequest(RequestRetryValidator validator, int dispatchId, QueueImpl queue, java.lang.String messageSelector)CreateConsumerRequest(int dispatchId, QueueImpl queue, java.lang.String messageSelector)CreateConsumerRequest(RequestRetryValidator validator, int dispatchId, QueueImpl queue, java.lang.String messageSelector)CreateProducerRequest(int dispatchId, QueueImpl queue)CreateProducerRequest(RequestRetryValidator validator, int dispatchId, QueueImpl queue) -
Uses of QueueImpl in com.swiftmq.jms.v750
Constructors in com.swiftmq.jms.v750 with parameters of type QueueImpl Constructor Description TemporaryQueueRecreator(ConnectionImpl connection, QueueImpl tempQueue) -
Uses of QueueImpl in com.swiftmq.jndi.protocol.v400
Methods in com.swiftmq.jndi.protocol.v400 that return QueueImpl Modifier and Type Method Description QueueImplBindRequest. getQueue()QueueImplRebindRequest. getQueue()Constructors in com.swiftmq.jndi.protocol.v400 with parameters of type QueueImpl Constructor Description BindRequest(java.lang.String name, QueueImpl queue)RebindRequest(java.lang.String name, QueueImpl queue) -
Uses of QueueImpl in com.swiftmq.swiftlet.queue
Constructors in com.swiftmq.swiftlet.queue with parameters of type QueueImpl Constructor Description QueueOutputStream(QueueSender queueSender, QueueImpl destination)Creates a new QueueOutputStream with the default chunk size of 1 KB.QueueOutputStream(QueueSender queueSender, QueueImpl destination, int chunkSize)Creates a new QueueOutputStream with a specific chunk size.QueueOutputStream(QueueSender queueSender, QueueImpl destination, java.util.Hashtable customMsgProp, int chunkSize)Creates a new QueueOutputStream with a specific chunk size and custom message properties.
-