Joram 5.2.4

Package org.objectweb.joram.mom.amqp.marshalling

Interface Summary
FrameBuilder  
LongString  
 

Class Summary
AbstractMarshallingClass  
AbstractMarshallingMethod  
AMQP  
AMQP.Access  
AMQP.Access.Request This method requests an access ticket for an access realm.
AMQP.Access.RequestOk This method provides the client with an access ticket.
AMQP.Basic  
AMQP.Basic.Ack This method acknowledges one or more messages delivered via the Deliver or Get-Ok methods.
AMQP.Basic.BasicProperties  
AMQP.Basic.Cancel This method cancels a consumer.
AMQP.Basic.CancelOk This method confirms that the cancellation was completed.
AMQP.Basic.Consume This method asks the server to start a "consumer", which is a transient request for messages from a specific queue.
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.
AMQP.Basic.Deliver This method delivers a message to the client, via a consumer.
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.
AMQP.Basic.GetEmpty This method tells the client that the queue has no messages available for the client.
AMQP.Basic.GetOk This method delivers a message to the client following a get method.
AMQP.Basic.Publish This method publishes a message to a specific exchange.
AMQP.Basic.Qos This method requests a specific quality of service.
AMQP.Basic.QosOk This method tells the client that the requested QoS levels could be handled by the server.
AMQP.Basic.Recover This method asks the server to redeliver all unacknowledged messages on a specified channel.
AMQP.Basic.RecoverAsync This method asks the server to redeliver all unacknowledged messages on a specified channel.
AMQP.Basic.RecoverOk This method acknowledges a Basic.Recover method.
AMQP.Basic.Reject This method allows a client to reject a message.
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.
AMQP.Channel  
AMQP.Channel.Close This method indicates that the sender wants to close the channel.
AMQP.Channel.CloseOk This method confirms a Channel.Close method and tells the recipient that it is safe to release resources for the channel.
AMQP.Channel.Flow This method asks the peer to pause or restart the flow of content data sent by a consumer.
AMQP.Channel.FlowOk Confirms to the peer that a flow command was received and processed.
AMQP.Channel.Open This method opens a channel to the server.
AMQP.Channel.OpenOk This method signals to the client that the channel is ready for use.
AMQP.Connection  
AMQP.Connection.Close This method indicates that the sender wants to close the connection.
AMQP.Connection.CloseOk This method confirms a Connection.Close method and tells the recipient that it is safe to release resources for the connection and close the socket.
AMQP.Connection.Open This method opens a connection to a virtual host, which is a collection of resources, and acts to separate multiple application domains within a server.
AMQP.Connection.OpenOk This method signals to the client that the connection is ready for use.
AMQP.Connection.Secure The SASL protocol works by exchanging challenges and responses until both peers have received sufficient information to authenticate each other.
AMQP.Connection.SecureOk This method attempts to authenticate, passing a block of SASL data for the security mechanism at the server side.
AMQP.Connection.Start This method starts the connection negotiation process by telling the client the protocol version that the server proposes, along with a list of security mechanisms which the client can use for authentication.
AMQP.Connection.StartOk This method selects a SASL security mechanism.
AMQP.Connection.Tune This method proposes a set of connection configuration values to the client.
AMQP.Connection.TuneOk This method sends the client's connection tuning parameters to the server.
AMQP.Exchange  
AMQP.Exchange.Declare This method creates an exchange if it does not already exist, and if the exchange exists, verifies that it is of the correct and expected class.
AMQP.Exchange.DeclareOk This method confirms a Declare method and confirms the name of the exchange, essential for automatically-named exchanges.
AMQP.Exchange.Delete This method deletes an exchange.
AMQP.Exchange.DeleteOk This method confirms the deletion of an exchange.
AMQP.PROTOCOL  
AMQP.Queue  
AMQP.Queue.Bind This method binds a queue to an exchange.
AMQP.Queue.BindOk This method confirms that the bind was successful.
AMQP.Queue.Declare This method creates or checks a queue.
AMQP.Queue.DeclareOk This method confirms a Declare method and confirms the name of the queue, essential for automatically-named queues.
AMQP.Queue.Delete This method deletes a queue.
AMQP.Queue.DeleteOk This method confirms the deletion of a queue.
AMQP.Queue.Purge This method removes all messages from a queue which are not awaiting acknowledgment.
AMQP.Queue.PurgeOk This method confirms the purge of a queue.
AMQP.Queue.Unbind This method unbinds a queue from an exchange.
AMQP.Queue.UnbindOk This method confirms that the unbind was successful.
AMQP.Tx  
AMQP.Tx.Commit This method commits all message publications and acknowledgments performed in the current transaction.
AMQP.Tx.CommitOk This method confirms to the client that the commit succeeded.
AMQP.Tx.Rollback This method abandons all message publications and acknowledgments performed in the current transaction.
AMQP.Tx.RollbackOk This method confirms to the client that the rollback succeeded.
AMQP.Tx.Select This method sets the channel to use standard transactions.
AMQP.Tx.SelectOk This method confirms to the client that the channel was successfully set to use standard transactions.
AMQPInputStream  
AMQPOutputStream  
Frame Represents an AMQP wire-protocol frame: type, channel, size, payload, end.
LongStringHelper  
LongStringHelper.ByteArrayLongString  
MarshallingBody  
MarshallingHeader  
TruncatedInputStream  
 

Exception Summary
MalformedFrameException Indicates a frame format error.
 


Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved