Uses of Class
org.ow2.joram.mom.amqp.exceptions.TransactionException
-
Packages that use TransactionException Package Description org.ow2.joram.mom.amqp -
-
Uses of TransactionException in org.ow2.joram.mom.amqp
Methods in org.ow2.joram.mom.amqp that throw TransactionException Modifier and Type Method Description voidQueue. addBoundExchange(String exchange, short serverId, long proxyId)private static voidStubAgentIn. addBoundExchange(AddBoundExchange request, short serverId, long proxyId)static BooleanStubAgentIn. basicCancel(String consumerTag, String queueName, int channelNumber, short serverId, long proxyId)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 voidStubLocal. basicPublish(PublishRequest publishRequest, short serverId, long proxyId)voidProxy. basicRecover(boolean requeue, int channelNumber)static voidStubAgentIn. basicRecover(String queueName, List<Long> idsToRecover)voidProxy. basicReject(AMQP.Basic.Reject basicReject)intQueue. clear(short serverId, long proxyId)private voidProxy. commitTx()voidQueue. deleteQueue(String queueName, short serverId, long proxyId)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)static IExchangeIExchange. loadExchange(String name)static QueueQueue. loadQueue(String name)private static voidAMQPService. loads()voidIExchange. publish(String routingKey, boolean mandatory, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)voidQueue. publish(Message msg, boolean immediate, short serverId, long proxyId)protected voidIExchange. publishToQueue(String queueName, String routingKey, boolean immediate, AMQP.Basic.BasicProperties properties, byte[] body, int channelNumber, short serverId, long proxyId)private static voidStubAgentIn. publishToQueue(PublishToQueue request)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)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)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)static AMQP.Queue.PurgeOkStubAgentIn. queuePurge(AMQP.Queue.Purge queuePurge, short serverId, long proxyId)static intStubLocal. queuePurge(String queueName, short serverId, long proxyId)MessageQueue. receive(boolean noAck, short serverId, long proxyId)voidQueue. recoverMessages(List<Long> idsToRecover)abstract voidIExchange. removeQueueBindings(String queueName)private static voidStubAgentIn. removeQueueBindings(RemoveQueueBindings request)private voidQueue. saveBoundExchange(String exchange)private voidQueue. saveMessage(Message msg)private voidQueue. saveQueue(Queue queue)voidProxy. txCommit(int channelNumber)Constructors in org.ow2.joram.mom.amqp that throw TransactionException Constructor Description Queue(String name, boolean durable, boolean autodelete, boolean exclusive, short serverId, long proxyId)
-