Liferay 6.2.0

com.liferay.portal.kernel.messaging.config
Interface MessagingConfigurator

All Known Implementing Classes:
AbstractMessagingConfigurator, DefaultMessagingConfigurator, PluginMessagingConfigurator

public interface MessagingConfigurator


Method Summary
abstract  void connect()
           
abstract  void destroy()
           
abstract  void disconnect()
           
abstract  void setDestinations(List<Destination> destinations)
           
abstract  void setGlobalDestinationEventListeners(List<DestinationEventListener> globalDestinationEventListeners)
           
abstract  void setMessageListeners(Map<String,List<MessageListener>> messageListeners)
           
abstract  void setReplacementDestinations(List<Destination> replacementDestinations)
           
abstract  void setSpecificDestinationEventListener(Map<String,List<DestinationEventListener>> specificDestinationEventListeners)
           
 

Method Detail

connect

void connect()

destroy

void destroy()

disconnect

void disconnect()

setDestinations

void setDestinations(List<Destination> destinations)

setGlobalDestinationEventListeners

void setGlobalDestinationEventListeners(List<DestinationEventListener> globalDestinationEventListeners)

setMessageListeners

void setMessageListeners(Map<String,List<MessageListener>> messageListeners)

setReplacementDestinations

void setReplacementDestinations(List<Destination> replacementDestinations)

setSpecificDestinationEventListener

void setSpecificDestinationEventListener(Map<String,List<DestinationEventListener>> specificDestinationEventListeners)

Liferay 6.2.0