Joram 5.2.4

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

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
      extended by org.objectweb.joram.mom.amqp.marshalling.AMQP.Channel.FlowOk
All Implemented Interfaces:
FrameBuilder
Enclosing class:
AMQP.Channel

public static class AMQP.Channel.FlowOk
extends AbstractMarshallingMethod

Confirms to the peer that a flow command was received and processed.


Field Summary
 boolean active
          Confirms the setting of the processed flow method: 1 means the peer will start sending or continue to send content frames; 0 means it will not.
static int INDEX
           
 
Fields inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
logger, NULL_METHOD_ID
 
Constructor Summary
AMQP.Channel.FlowOk()
           
AMQP.Channel.FlowOk(boolean active)
          Confirms to the peer that a flow command was received and processed.
 
Method Summary
 int getClassId()
           
 java.lang.String getClassName()
           
 int getMethodId()
           
 java.lang.String getMethodName()
           
 void readFrom(AMQPInputStream in)
           
 java.lang.String toString()
           
 void writeTo(AMQPOutputStream out)
           
 
Methods inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
read, toFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

active

public boolean active
Confirms the setting of the processed flow method: 1 means the peer will start sending or continue to send content frames; 0 means it will not.


INDEX

public static final int INDEX
See Also:
Constant Field Values
Constructor Detail

AMQP.Channel.FlowOk

public AMQP.Channel.FlowOk(boolean active)
Confirms to the peer that a flow command was received and processed.


AMQP.Channel.FlowOk

public AMQP.Channel.FlowOk()
Method Detail

getMethodId

public int getMethodId()
Specified by:
getMethodId in class AbstractMarshallingMethod

getMethodName

public java.lang.String getMethodName()
Specified by:
getMethodName in class AbstractMarshallingMethod

getClassId

public int getClassId()
Specified by:
getClassId in class AbstractMarshallingMethod

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in class AbstractMarshallingMethod

readFrom

public void readFrom(AMQPInputStream in)
              throws java.io.IOException
Specified by:
readFrom in class AbstractMarshallingMethod
Throws:
java.io.IOException

writeTo

public void writeTo(AMQPOutputStream out)
             throws java.io.IOException
Specified by:
writeTo in class AbstractMarshallingMethod
Throws:
java.io.IOException

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