|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amqp.io.AmqpAbstractPacket
com.caucho.amqp.io.AmqpAbstractComposite
com.caucho.amqp.io.DeliveryState
com.caucho.amqp.io.DeliveryReleased
public class DeliveryReleased
AMQP delivery accepted
Field Summary | |
---|---|
static DeliveryReleased |
VALUE
|
Constructor Summary | |
---|---|
DeliveryReleased()
|
Method Summary | |
---|---|
DeliveryReleased |
createInstance()
|
long |
getDescriptorCode()
|
void |
readBody(AmqpReader in,
int count)
|
void |
update(long xid,
DeliveryNode node)
Called on a disposition update. |
int |
writeBody(AmqpWriter out)
|
Methods inherited from class com.caucho.amqp.io.AmqpAbstractComposite |
---|
read, readValue, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DeliveryReleased VALUE
Constructor Detail |
---|
public DeliveryReleased()
Method Detail |
---|
public void update(long xid, DeliveryNode node)
update
in class DeliveryState
public long getDescriptorCode()
getDescriptorCode
in class AmqpAbstractComposite
public DeliveryReleased createInstance()
createInstance
in class AmqpAbstractPacket
public void readBody(AmqpReader in, int count) throws java.io.IOException
readBody
in class AmqpAbstractComposite
java.io.IOException
public int writeBody(AmqpWriter out) throws java.io.IOException
writeBody
in class AmqpAbstractComposite
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |