Joram 5.2.4

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

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
      extended by org.objectweb.joram.mom.amqp.marshalling.AMQP.Exchange
Enclosing class:
AMQP

public static class AMQP.Exchange
extends AbstractMarshallingClass


Nested Class Summary
static class AMQP.Exchange.Declare
          This method creates an exchange if it does not already exist, and if the exchange exists, verifies that it is of the correct and expected class.
static class AMQP.Exchange.DeclareOk
          This method confirms a Declare method and confirms the name of the exchange, essential for automatically-named exchanges.
static class AMQP.Exchange.Delete
          This method deletes an exchange.
static class AMQP.Exchange.DeleteOk
          This method confirms the deletion of an exchange.
 
Field Summary
static int INDEX
           
static int METHOD_EXCHANGE_DECLARE
           
static int METHOD_EXCHANGE_DECLARE_OK
           
static int METHOD_EXCHANGE_DELETE
           
static int METHOD_EXCHANGE_DELETE_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.Exchange()
           
 
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_EXCHANGE_DECLARE

public static final int METHOD_EXCHANGE_DECLARE
See Also:
Constant Field Values

METHOD_EXCHANGE_DECLARE_OK

public static final int METHOD_EXCHANGE_DECLARE_OK
See Also:
Constant Field Values

METHOD_EXCHANGE_DELETE

public static final int METHOD_EXCHANGE_DELETE
See Also:
Constant Field Values

METHOD_EXCHANGE_DELETE_OK

public static final int METHOD_EXCHANGE_DELETE_OK
See Also:
Constant Field Values

mids

public static final int[] mids

methodnames

public static final java.lang.String[] methodnames
Constructor Detail

AMQP.Exchange

public AMQP.Exchange()
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