Uses of Class
org.ow2.joram.mom.amqp.QueueShell
-
Packages that use QueueShell Package Description org.ow2.joram.mom.amqp -
-
Uses of QueueShell in org.ow2.joram.mom.amqp
Fields in org.ow2.joram.mom.amqp declared as QueueShell Modifier and Type Field Description (package private) QueueShellChannelContext.Delivery. queueFields in org.ow2.joram.mom.amqp with type parameters of type QueueShell Modifier and Type Field Description (package private) Map<String,QueueShell>ChannelContext. consumerQueuesMaps a consumer tag to a queue.private Set<QueueShell>Proxy. exclusiveQueuesMethods in org.ow2.joram.mom.amqp with parameters of type QueueShell Modifier and Type Method Description private voidProxy. cleanQueueContext(int channelNumber, QueueShell queueShell)private voidProxy. doCancel(String consumerTag, int channelNumber, QueueShell queueShell)voidProxy. send(Deliver deliver, QueueShell queue)Constructors in org.ow2.joram.mom.amqp with parameters of type QueueShell Constructor Description Delivery(long deliverytag, long queueMsgId, QueueShell queue)
-