org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Exchange
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
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. |
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_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
AMQP.Exchange
public AMQP.Exchange()
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