Joram 5.2.4

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

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
      extended by 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.
 
Field Summary
static int INDEX
           
static int METHOD_CHANNEL_CLOSE
           
static int METHOD_CHANNEL_CLOSE_OK
           
static int METHOD_CHANNEL_FLOW
           
static int METHOD_CHANNEL_FLOW_OK
           
static int METHOD_CHANNEL_OPEN
           
static int METHOD_CHANNEL_OPEN_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.Channel()
           
 
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_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
Constructor Detail

AMQP.Channel

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