org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Channel
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
org.objectweb.joram.mom.amqp.marshalling.AMQP.Channel
- Enclosing class:
- AMQP
public static class AMQP.Channel
- extends AbstractMarshallingClass
Nested Class Summary |
static class |
AMQP.Channel.Close
This method indicates that the sender wants to close the channel. |
static class |
AMQP.Channel.CloseOk
This method confirms a Channel.Close method and tells the recipient that it is safe to release resources for the channel. |
static class |
AMQP.Channel.Flow
This method asks the peer to pause or restart the flow of content data
sent by a consumer. |
static class |
AMQP.Channel.FlowOk
Confirms to the peer that a flow command was received and processed. |
static class |
AMQP.Channel.Open
This method opens a channel to the server. |
static class |
AMQP.Channel.OpenOk
This method signals to the client that the channel is ready for use. |
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_CHANNEL_OPEN
public static final int METHOD_CHANNEL_OPEN
- See Also:
- Constant Field Values
METHOD_CHANNEL_OPEN_OK
public static final int METHOD_CHANNEL_OPEN_OK
- See Also:
- Constant Field Values
METHOD_CHANNEL_FLOW
public static final int METHOD_CHANNEL_FLOW
- See Also:
- Constant Field Values
METHOD_CHANNEL_FLOW_OK
public static final int METHOD_CHANNEL_FLOW_OK
- See Also:
- Constant Field Values
METHOD_CHANNEL_CLOSE
public static final int METHOD_CHANNEL_CLOSE
- See Also:
- Constant Field Values
METHOD_CHANNEL_CLOSE_OK
public static final int METHOD_CHANNEL_CLOSE_OK
- See Also:
- Constant Field Values
mids
public static final int[] mids
methodnames
public static final java.lang.String[] methodnames
AMQP.Channel
public AMQP.Channel()
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 © 2000 - 2009 Scalagent D.T. - All rights reserved