Joram 5.2.4

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

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
      extended by org.objectweb.joram.mom.amqp.marshalling.AMQP.Basic
Enclosing class:
AMQP

public static class AMQP.Basic
extends AbstractMarshallingClass


Nested Class Summary
static class AMQP.Basic.Ack
          This method acknowledges one or more messages delivered via the Deliver or Get-Ok methods.
static class AMQP.Basic.BasicProperties
           
static class AMQP.Basic.Cancel
          This method cancels a consumer.
static class AMQP.Basic.CancelOk
          This method confirms that the cancellation was completed.
static class AMQP.Basic.Consume
          This method asks the server to start a "consumer", which is a transient request for messages from a specific queue.
static class AMQP.Basic.ConsumeOk
          The server provides the client with a consumer tag, which is used by the client for methods called on the consumer at a later stage.
static class AMQP.Basic.Deliver
          This method delivers a message to the client, via a consumer.
static class AMQP.Basic.Get
          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.
static class AMQP.Basic.GetEmpty
          This method tells the client that the queue has no messages available for the client.
static class AMQP.Basic.GetOk
          This method delivers a message to the client following a get method.
static class AMQP.Basic.Publish
          This method publishes a message to a specific exchange.
static class AMQP.Basic.Qos
          This method requests a specific quality of service.
static class AMQP.Basic.QosOk
          This method tells the client that the requested QoS levels could be handled by the server.
static class AMQP.Basic.Recover
          This method asks the server to redeliver all unacknowledged messages on a specified channel.
static class AMQP.Basic.RecoverAsync
          This method asks the server to redeliver all unacknowledged messages on a specified channel.
static class AMQP.Basic.RecoverOk
          This method acknowledges a Basic.Recover method.
static class AMQP.Basic.Reject
          This method allows a client to reject a message.
static class AMQP.Basic.Return
          This method returns an undeliverable message that was published with the "immediate" flag set, or an unroutable message published with the "mandatory" flag set.
 
Field Summary
 java.lang.String appId
           
 java.lang.String contentEncoding
           
 java.lang.String contentType
           
 java.lang.String correlationId
           
 int deliveryMode
           
 java.lang.String expiration
           
 java.util.Map headers
           
static int INDEX
           
 java.lang.String messageId
           
static int METHOD_BASIC_ACK
           
static int METHOD_BASIC_CANCEL
           
static int METHOD_BASIC_CANCEL_OK
           
static int METHOD_BASIC_CONSUME
           
static int METHOD_BASIC_CONSUME_OK
           
static int METHOD_BASIC_DELIVER
           
static int METHOD_BASIC_GET
           
static int METHOD_BASIC_GET_EMPTY
           
static int METHOD_BASIC_GET_OK
           
static int METHOD_BASIC_PUBLISH
           
static int METHOD_BASIC_QOS
           
static int METHOD_BASIC_QOS_OK
           
static int METHOD_BASIC_RECOVER
           
static int METHOD_BASIC_RECOVER_ASYNC
           
static int METHOD_BASIC_RECOVER_OK
           
static int METHOD_BASIC_REJECT
           
static int METHOD_BASIC_RETURN
           
static java.lang.String[] methodnames
           
static int[] mids
           
 int priority
           
 java.lang.String replyTo
           
 java.lang.String reserved
           
 java.util.Date timestamp
           
 java.lang.String type
           
 java.lang.String userId
           
 
Fields inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
classId, logger, NULL_CLASS_ID
 
Constructor Summary
AMQP.Basic()
           
 
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

contentType

public java.lang.String contentType

contentEncoding

public java.lang.String contentEncoding

headers

public java.util.Map headers

deliveryMode

public int deliveryMode

priority

public int priority

correlationId

public java.lang.String correlationId

replyTo

public java.lang.String replyTo

expiration

public java.lang.String expiration

messageId

public java.lang.String messageId

timestamp

public java.util.Date timestamp

type

public java.lang.String type

userId

public java.lang.String userId

appId

public java.lang.String appId

reserved

public java.lang.String reserved

INDEX

public static final int INDEX
See Also:
Constant Field Values

METHOD_BASIC_QOS

public static final int METHOD_BASIC_QOS
See Also:
Constant Field Values

METHOD_BASIC_QOS_OK

public static final int METHOD_BASIC_QOS_OK
See Also:
Constant Field Values

METHOD_BASIC_CONSUME

public static final int METHOD_BASIC_CONSUME
See Also:
Constant Field Values

METHOD_BASIC_CONSUME_OK

public static final int METHOD_BASIC_CONSUME_OK
See Also:
Constant Field Values

METHOD_BASIC_CANCEL

public static final int METHOD_BASIC_CANCEL
See Also:
Constant Field Values

METHOD_BASIC_CANCEL_OK

public static final int METHOD_BASIC_CANCEL_OK
See Also:
Constant Field Values

METHOD_BASIC_PUBLISH

public static final int METHOD_BASIC_PUBLISH
See Also:
Constant Field Values

METHOD_BASIC_RETURN

public static final int METHOD_BASIC_RETURN
See Also:
Constant Field Values

METHOD_BASIC_DELIVER

public static final int METHOD_BASIC_DELIVER
See Also:
Constant Field Values

METHOD_BASIC_GET

public static final int METHOD_BASIC_GET
See Also:
Constant Field Values

METHOD_BASIC_GET_OK

public static final int METHOD_BASIC_GET_OK
See Also:
Constant Field Values

METHOD_BASIC_GET_EMPTY

public static final int METHOD_BASIC_GET_EMPTY
See Also:
Constant Field Values

METHOD_BASIC_ACK

public static final int METHOD_BASIC_ACK
See Also:
Constant Field Values

METHOD_BASIC_REJECT

public static final int METHOD_BASIC_REJECT
See Also:
Constant Field Values

METHOD_BASIC_RECOVER_ASYNC

public static final int METHOD_BASIC_RECOVER_ASYNC
See Also:
Constant Field Values

METHOD_BASIC_RECOVER

public static final int METHOD_BASIC_RECOVER
See Also:
Constant Field Values

METHOD_BASIC_RECOVER_OK

public static final int METHOD_BASIC_RECOVER_OK
See Also:
Constant Field Values

mids

public static final int[] mids

methodnames

public static final java.lang.String[] methodnames
Constructor Detail

AMQP.Basic

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