Liferay 6.0.5

com.liferay.portal.kernel.messaging.config
Class AbstractMessagingConfigurator

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.config.AbstractMessagingConfigurator
All Implemented Interfaces:
MessagingConfigurator
Direct Known Subclasses:
DefaultMessagingConfigurator, PluginMessagingConfigurator

public abstract class AbstractMessagingConfigurator
extends Object
implements MessagingConfigurator


Constructor Summary
AbstractMessagingConfigurator()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
protected abstract  MessageBus getMessageBus()
           
protected abstract  ClassLoader getOperatingClassloader()
           
 void init()
          Deprecated. afterPropertiesSet()
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMessagingConfigurator

public AbstractMessagingConfigurator()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()
Specified by:
destroy in interface MessagingConfigurator

init

public void init()
Deprecated. afterPropertiesSet()

Specified by:
init in interface MessagingConfigurator

setDestinations

public void setDestinations(List<Destination> destinations)
Specified by:
setDestinations in interface MessagingConfigurator

setGlobalDestinationEventListeners

public void setGlobalDestinationEventListeners(List<DestinationEventListener> globalDestinationEventListeners)
Specified by:
setGlobalDestinationEventListeners in interface MessagingConfigurator

setMessageListeners

public void setMessageListeners(Map<String,List<MessageListener>> messageListeners)
Specified by:
setMessageListeners in interface MessagingConfigurator

setReplacementDestinations

public void setReplacementDestinations(List<Destination> replacementDestinations)
Specified by:
setReplacementDestinations in interface MessagingConfigurator

setSpecificDestinationEventListener

public void setSpecificDestinationEventListener(Map<String,List<DestinationEventListener>> specificDestinationEventListeners)
Specified by:
setSpecificDestinationEventListener in interface MessagingConfigurator

getMessageBus

protected abstract MessageBus getMessageBus()

getOperatingClassloader

protected abstract ClassLoader getOperatingClassloader()

Liferay 6.0.5