Uses of Class
org.ow2.joram.mom.amqp.exceptions.NotFoundException
-
Packages that use NotFoundException Package Description org.ow2.joram.mom.amqp -
-
Uses of NotFoundException in org.ow2.joram.mom.amqp
Methods in org.ow2.joram.mom.amqp that throw NotFoundException Modifier and Type Method Description static BooleanStubAgentIn. basicCancel(String consumerTag, String queueName, int channelNumber, short serverId, long proxyId)voidProxy. basicConsume(AMQP.Basic.Consume basicConsume)static voidStubAgentIn. basicConsume(AMQP.Basic.Consume basicConsume, short serverId, long proxyId)static voidStubLocal. basicConsume(DeliveryListener deliveryListener, String queueName, String consumerTag, boolean exclusive, boolean noAck, boolean noLocal, int channelNumber, short serverId, long proxyId)GetResponseProxy. basicGet(AMQP.Basic.Get basicGet)static MessageStubAgentIn. basicGet(AMQP.Basic.Get basicGet, short serverId, long proxyId)static MessageStubLocal. basicGet(String queueName, boolean noAck, short serverId, long proxyId)voidProxy. basicPublish(PublishRequest publishRequest)static voidStubAgentIn. basicPublish(PublishRequest publishRequest, short serverId, long proxyId)static voidStubLocal. basicPublish(PublishRequest publishRequest, short serverId, long proxyId)protected voidIExchange. checkPublication(boolean mandatory)private voidProxy. doCancel(String consumerTag, int channelNumber, QueueShell queueShell)voidDirectExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidFanoutExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidHeadersExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)abstract voidIExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidTopicExchange. doPublish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidProxy. exchangeDeclare(AMQP.Exchange.Declare exchangeDeclare)static voidStubAgentIn. exchangeDeclare(AMQP.Exchange.Declare exchangeDeclare)static voidStubLocal. exchangeDeclare(String exchangeName, String type, boolean durable, boolean passive)voidProxy. exchangeDelete(AMQP.Exchange.Delete exchangeDelete)static voidStubAgentIn. exchangeDelete(AMQP.Exchange.Delete exchangeDelete)static voidStubLocal. exchangeDelete(String exchangeName, boolean ifUnused)voidIExchange. publish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidProxy. queueBind(AMQP.Queue.Bind queueBind)static voidStubAgentIn. queueBind(AMQP.Queue.Bind queueBind, short serverId, long proxyId)static voidStubLocal. queueBind(String queueName, String exchangeName, String routingKey, Map<String,Object> arguments, short serverId, long proxyId)AMQP.Queue.DeclareOkProxy. queueDeclare(AMQP.Queue.Declare queueDeclare)static AMQP.Queue.DeclareOkStubAgentIn. queueDeclare(AMQP.Queue.Declare queueDeclare, short serverId, long proxyId)static AMQP.Queue.DeclareOkStubLocal. queueDeclare(String queueName, boolean passive, boolean durable, boolean autoDelete, boolean exclusive, short serverId, long proxyId)AMQP.Queue.DeleteOkProxy. queueDelete(AMQP.Queue.Delete queueDelete)static AMQP.Queue.DeleteOkStubAgentIn. queueDelete(AMQP.Queue.Delete queueDelete, short serverId, long proxyId)static intStubLocal. queueDelete(String queueName, boolean ifUnused, boolean ifEmpty, short serverId, long proxyId)AMQP.Queue.PurgeOkProxy. queuePurge(AMQP.Queue.Purge queuePurge)static AMQP.Queue.PurgeOkStubAgentIn. queuePurge(AMQP.Queue.Purge queuePurge, short serverId, long proxyId)static intStubLocal. queuePurge(String queueName, short serverId, long proxyId)voidProxy. queueUnbind(AMQP.Queue.Unbind queueUnbind)static voidStubAgentIn. queueUnbind(AMQP.Queue.Unbind queueUnbind, short serverId, long proxyId)static voidStubLocal. queueUnbind(String exchangeName, String queueName, String routingKey, Map<String,Object> arguments, short serverId, long proxyId)voidDirectExchange. unbind(String queueName, String routingKey, Map<String,Object> arguments)voidFanoutExchange. unbind(String queueName, String routingKey, Map<String,Object> arguments)voidHeadersExchange. unbind(String queueName, String routingKey, Map<String,Object> arguments)abstract voidIExchange. unbind(String queueName, String routingKey, Map<String,Object> arguments)voidTopicExchange. unbind(String queueName, String routingKey, Map<String,Object> arguments)
-