Spring AMQP

org.springframework.amqp.rabbit.listener
Class LocallyExposedRabbitResourceHolder

java.lang.Object
  extended by org.springframework.transaction.support.ResourceHolderSupport
      extended by org.springframework.amqp.rabbit.connection.RabbitResourceHolder
          extended by org.springframework.amqp.rabbit.listener.LocallyExposedRabbitResourceHolder
All Implemented Interfaces:
ResourceHolder

public class LocallyExposedRabbitResourceHolder
extends RabbitResourceHolder

Author:
Mark Fisher

Constructor Summary
LocallyExposedRabbitResourceHolder(com.rabbitmq.client.Channel channel)
           
 
Method Summary
 
Methods inherited from class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
addChannel, addChannel, addConnection, closeAll, commitAll, containsChannel, getChannel, getChannel, getChannel, getConnection, getConnection, isFrozen
 
Methods inherited from class org.springframework.transaction.support.ResourceHolderSupport
clear, getDeadline, getTimeToLiveInMillis, getTimeToLiveInSeconds, hasTimeout, isOpen, isRollbackOnly, isSynchronizedWithTransaction, isVoid, released, requested, reset, setRollbackOnly, setSynchronizedWithTransaction, setTimeoutInMillis, setTimeoutInSeconds, unbound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocallyExposedRabbitResourceHolder

public LocallyExposedRabbitResourceHolder(com.rabbitmq.client.Channel channel)

Spring AMQP

Copyright © 2010. All Rights Reserved.