Package org.ow2.joram.mom.amqp
Class ChannelContext.Delivery
- java.lang.Object
-
- org.ow2.joram.mom.amqp.ChannelContext.Delivery
-
- Enclosing class:
- ChannelContext
static class ChannelContext.Delivery extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) longdeliveryTag(package private) QueueShellqueue(package private) longqueueMsgId(package private) booleanwaitingCommit
-
Constructor Summary
Constructors Constructor Description Delivery(long deliverytag, long queueMsgId, QueueShell queue)
-
-
-
Field Detail
-
queueMsgId
long queueMsgId
-
deliveryTag
long deliveryTag
-
queue
QueueShell queue
-
waitingCommit
boolean waitingCommit
-
-
Constructor Detail
-
Delivery
public Delivery(long deliverytag, long queueMsgId, QueueShell queue)
-
-