Joram 5.2.4

org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Queue

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
      extended by 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.
 
Field Summary
static int INDEX
           
static int METHOD_QUEUE_BIND
           
static int METHOD_QUEUE_BIND_OK
           
static int METHOD_QUEUE_DECLARE
           
static int METHOD_QUEUE_DECLARE_OK
           
static int METHOD_QUEUE_DELETE
           
static int METHOD_QUEUE_DELETE_OK
           
static int METHOD_QUEUE_PURGE
           
static int METHOD_QUEUE_PURGE_OK
           
static int METHOD_QUEUE_UNBIND
           
static int METHOD_QUEUE_UNBIND_OK
           
static java.lang.String[] methodnames
           
static int[] mids
           
 
Fields inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
classId, logger, NULL_CLASS_ID
 
Constructor Summary
AMQP.Queue()
           
 
Method Summary
 int getClassId()
           
 java.lang.String getClassName()
           
 java.lang.String getMethodName(int id)
           
 java.lang.String toString()
           
 
Methods inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

AMQP.Queue

public AMQP.Queue()
Method Detail

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

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved