Spring AMQP

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 Object
implements ConnectionListener

Author:
Dave Syer

Constructor Summary
CompositeConnectionListener()
           
 
Method Summary
 void addDelegate(ConnectionListener delegate)
           
 void onClose(Connection connection)
           
 void onCreate(Connection connection)
           
 void setDelegates(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(List<? extends ConnectionListener> delegates)

addDelegate

public void addDelegate(ConnectionListener delegate)

Spring AMQP

Copyright © 2011. All Rights Reserved.