|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
org.objectweb.joram.mom.amqp.marshalling.AMQP.Basic
public static class AMQP.Basic
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 |
---|
public java.lang.String contentType
public java.lang.String contentEncoding
public java.util.Map headers
public int deliveryMode
public int priority
public java.lang.String correlationId
public java.lang.String replyTo
public java.lang.String expiration
public java.lang.String messageId
public java.util.Date timestamp
public java.lang.String type
public java.lang.String userId
public java.lang.String appId
public java.lang.String reserved
public static final int INDEX
public static final int METHOD_BASIC_QOS
public static final int METHOD_BASIC_QOS_OK
public static final int METHOD_BASIC_CONSUME
public static final int METHOD_BASIC_CONSUME_OK
public static final int METHOD_BASIC_CANCEL
public static final int METHOD_BASIC_CANCEL_OK
public static final int METHOD_BASIC_PUBLISH
public static final int METHOD_BASIC_RETURN
public static final int METHOD_BASIC_DELIVER
public static final int METHOD_BASIC_GET
public static final int METHOD_BASIC_GET_OK
public static final int METHOD_BASIC_GET_EMPTY
public static final int METHOD_BASIC_ACK
public static final int METHOD_BASIC_REJECT
public static final int METHOD_BASIC_RECOVER_ASYNC
public static final int METHOD_BASIC_RECOVER
public static final int METHOD_BASIC_RECOVER_OK
public static final int[] mids
public static final java.lang.String[] methodnames
Constructor Detail |
---|
public AMQP.Basic()
Method Detail |
---|
public int getClassId()
getClassId
in class AbstractMarshallingClass
public java.lang.String getClassName()
getClassName
in class AbstractMarshallingClass
public java.lang.String getMethodName(int id)
getMethodName
in class AbstractMarshallingClass
public java.lang.String toString()
toString
in class java.lang.Object
|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |