org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Queue
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
org.objectweb.joram.mom.amqp.marshalling.AMQP.Queue
- Enclosing class:
- AMQP
public static class AMQP.Queue
- extends AbstractMarshallingClass
Nested Class Summary |
static class |
AMQP.Queue.Bind
This method binds a queue to an exchange. |
static class |
AMQP.Queue.BindOk
This method confirms that the bind was successful. |
static class |
AMQP.Queue.Declare
This method creates or checks a queue. |
static class |
AMQP.Queue.DeclareOk
This method confirms a Declare method and confirms the name of the queue,
essential for automatically-named queues. |
static class |
AMQP.Queue.Delete
This method deletes a queue. |
static class |
AMQP.Queue.DeleteOk
This method confirms the deletion of a queue. |
static class |
AMQP.Queue.Purge
This method removes all messages from a queue which are not awaiting
acknowledgment. |
static class |
AMQP.Queue.PurgeOk
This method confirms the purge of a queue. |
static class |
AMQP.Queue.Unbind
This method unbinds a queue from an exchange. |
static class |
AMQP.Queue.UnbindOk
This method confirms that the unbind was successful. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
METHOD_QUEUE_DECLARE
public static final int METHOD_QUEUE_DECLARE
- See Also:
- Constant Field Values
METHOD_QUEUE_DECLARE_OK
public static final int METHOD_QUEUE_DECLARE_OK
- See Also:
- Constant Field Values
METHOD_QUEUE_BIND
public static final int METHOD_QUEUE_BIND
- See Also:
- Constant Field Values
METHOD_QUEUE_BIND_OK
public static final int METHOD_QUEUE_BIND_OK
- See Also:
- Constant Field Values
METHOD_QUEUE_UNBIND
public static final int METHOD_QUEUE_UNBIND
- See Also:
- Constant Field Values
METHOD_QUEUE_UNBIND_OK
public static final int METHOD_QUEUE_UNBIND_OK
- See Also:
- Constant Field Values
METHOD_QUEUE_PURGE
public static final int METHOD_QUEUE_PURGE
- See Also:
- Constant Field Values
METHOD_QUEUE_PURGE_OK
public static final int METHOD_QUEUE_PURGE_OK
- See Also:
- Constant Field Values
METHOD_QUEUE_DELETE
public static final int METHOD_QUEUE_DELETE
- See Also:
- Constant Field Values
METHOD_QUEUE_DELETE_OK
public static final int METHOD_QUEUE_DELETE_OK
- See Also:
- Constant Field Values
mids
public static final int[] mids
methodnames
public static final java.lang.String[] methodnames
AMQP.Queue
public AMQP.Queue()
getClassId
public int getClassId()
- Specified by:
getClassId
in class AbstractMarshallingClass
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in class AbstractMarshallingClass
getMethodName
public java.lang.String getMethodName(int id)
- Specified by:
getMethodName
in class AbstractMarshallingClass
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005 Scalagent - All rights reserved