Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
AbstractMessagingConfigurator, DefaultMessagingConfigurator, PluginMessagingConfigurator

public interface MessagingConfigurator


Method Summary
 void connect()
           
 void destroy()
           
 void disconnect()
           
 void setDestinations(List<Destination> destinations)
           
 void setGlobalDestinationEventListeners(List<DestinationEventListener> globalDestinationEventListeners)
           
 void setMessageListeners(Map<String,List<MessageListener>> messageListeners)
           
 void setReplacementDestinations(List<Destination> replacementDestinations)
           
 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-ce-ga5