org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Basic.Get
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
org.objectweb.joram.mom.amqp.marshalling.AMQP.Basic.Get
- All Implemented Interfaces:
- FrameBuilder
- Enclosing class:
- AMQP.Basic
public static class AMQP.Basic.Get
- extends AbstractMarshallingMethod
This method provides a direct access to the messages in a queue using a
synchronous dialogue that is designed for specific types of application
where synchronous functionality is more important than performance.
Field Summary |
static int |
INDEX
|
boolean |
noAck
|
java.lang.String |
queue
Specifies the name of the queue to get a message from. |
int |
reserved1
|
Constructor Summary |
AMQP.Basic.Get()
|
AMQP.Basic.Get(int reserved1,
java.lang.String queue,
boolean noAck)
This method provides a direct access to the messages in a queue using a
synchronous dialogue that is designed for specific types of application
where synchronous functionality is more important than performance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
reserved1
public int reserved1
queue
public java.lang.String queue
- Specifies the name of the queue to get a message from.
noAck
public boolean noAck
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
AMQP.Basic.Get
public AMQP.Basic.Get(int reserved1,
java.lang.String queue,
boolean noAck)
- This method provides a direct access to the messages in a queue using a
synchronous dialogue that is designed for specific types of application
where synchronous functionality is more important than performance.
AMQP.Basic.Get
public AMQP.Basic.Get()
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
Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved