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 java.lang.Object
implements MessagingConfigurator

View Source

Author:
Michael C. Han

Constructor Summary
AbstractMessagingConfigurator()
           
 
Method Summary
 void destroy()
           
protected abstract  MessageBus getMessageBus()
           
protected abstract  java.lang.ClassLoader getOperatingClassloader()
           
 void init()
           
 void setDestinationEventListeners(java.util.List<DestinationEventListener> destinationEventListeners)
           
 void setDestinations(java.util.List<Destination> destinations)
           
 void setMessageListeners(java.util.Map<java.lang.String,java.util.List<MessageListener>> messageListeners)
           
 
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

destroy

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

init

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

setDestinationEventListeners

public void setDestinationEventListeners(java.util.List<DestinationEventListener> destinationEventListeners)
Specified by:
setDestinationEventListeners in interface MessagingConfigurator

setDestinations

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

setMessageListeners

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

getMessageBus

protected abstract MessageBus getMessageBus()

getOperatingClassloader

protected abstract java.lang.ClassLoader getOperatingClassloader()