Class AMQP.Channel
- java.lang.Object
-
- org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingClass
-
- org.ow2.joram.mom.amqp.marshalling.AMQP.Channel
-
- Enclosing class:
- AMQP
public static class AMQP.Channel extends AbstractMarshallingClass
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAMQP.Channel.CloseThis method indicates that the sender wants to close the channel.static classAMQP.Channel.CloseOkThis method confirms a Channel.Close method and tells the recipient that it is safe to release resources for the channel.static classAMQP.Channel.FlowThis method asks the peer to pause or restart the flow of content data sent by a consumer.static classAMQP.Channel.FlowOkConfirms to the peer that a flow command was received and processed.static classAMQP.Channel.OpenThis method opens a channel to the server.static classAMQP.Channel.OpenOkThis method signals to the client that the channel is ready for use.
-
Field Summary
Fields Modifier and Type Field Description static intINDEXstatic String[]methodnamesstatic int[]mids
-
Constructor Summary
Constructors Constructor Description Channel()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodName(int id)private static intgetPosition(int id)StringtoString()-
Methods inherited from class org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingClass
read
-
-
-
-
Field Detail
-
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
-
mids
public static final int[] mids
-
methodnames
public static final String[] methodnames
-
-
Method Detail
-
getPosition
private static int getPosition(int id)
-
getMethodName
public String getMethodName(int id)
- Specified by:
getMethodNamein classAbstractMarshallingClass
-
-