|
||||||||||
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
public abstract class DeliveryState
message delivery state
Field Summary |
---|
Constructor Summary | |
---|---|
DeliveryState()
|
Method Summary | |
---|---|
abstract void |
update(long xid,
DeliveryNode node)
Called on a disposition change. |
Methods inherited from class com.caucho.amqp.io.AmqpAbstractComposite |
---|
getDescriptorCode, read, readBody, readValue, write, writeBody |
Methods inherited from class com.caucho.amqp.io.AmqpAbstractPacket |
---|
createInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliveryState()
Method Detail |
---|
public abstract void update(long xid, DeliveryNode node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |