org.springframework.amqp.rabbit.connection
Class CompositeConnectionListener

java.lang.Object
  extended by org.springframework.amqp.rabbit.connection.CompositeConnectionListener
All Implemented Interfaces:
ConnectionListener

public class CompositeConnectionListener
extends java.lang.Object
implements ConnectionListener


Constructor Summary
CompositeConnectionListener()
           
 
Method Summary
 void addDelegate(ConnectionListener delegate)
           
 void onClose(Connection connection)
           
 void onCreate(Connection connection)
           
 void setDelegates(java.util.List<? extends ConnectionListener> delegates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeConnectionListener

public CompositeConnectionListener()
Method Detail

onCreate

public void onCreate(Connection connection)
Specified by:
onCreate in interface ConnectionListener

onClose

public void onClose(Connection connection)
Specified by:
onClose in interface ConnectionListener

setDelegates

public void setDelegates(java.util.List<? extends ConnectionListener> delegates)

addDelegate

public void addDelegate(ConnectionListener delegate)