Spring AMQP

org.springframework.amqp.rabbit.connection
Class CachingConnectionFactory.CachedChannelInvocationHandler

java.lang.Object
  extended by org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
CachingConnectionFactory

public class CachingConnectionFactory.CachedChannelInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
CachingConnectionFactory.CachedChannelInvocationHandler(com.rabbitmq.client.Channel target, LinkedList<com.rabbitmq.client.Channel> channelList)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingConnectionFactory.CachedChannelInvocationHandler

public CachingConnectionFactory.CachedChannelInvocationHandler(com.rabbitmq.client.Channel target,
                                                               LinkedList<com.rabbitmq.client.Channel> channelList)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Spring AMQP

Copyright © 2010. All Rights Reserved.