|
||||||||||
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.DeliveryAccepted
public class DeliveryAccepted
AMQP delivery accepted
Field Summary | |
---|---|
static DeliveryAccepted |
VALUE
|
Constructor Summary | |
---|---|
DeliveryAccepted()
|
Method Summary | |
---|---|
DeliveryAccepted |
createInstance()
|
long |
getDescriptorCode()
|
void |
readBody(AmqpReader in,
int count)
|
java.lang.String |
toString()
|
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, wait, wait, wait |
Field Detail |
---|
public static final DeliveryAccepted VALUE
Constructor Detail |
---|
public DeliveryAccepted()
Method Detail |
---|
public void update(long xid, DeliveryNode node)
update
in class DeliveryState
public long getDescriptorCode()
getDescriptorCode
in class AmqpAbstractComposite
public DeliveryAccepted 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
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |