Liferay 6.0.5

com.liferay.portal.kernel.messaging
Class SerialDestination

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.BaseDestination
      extended by com.liferay.portal.kernel.messaging.SerialDestination
All Implemented Interfaces:
Destination

public class SerialDestination
extends BaseDestination

Destination that delivers a message to a list of message listeners one at a time.


Constructor Summary
SerialDestination()
           
SerialDestination(String name)
          Deprecated.  
 
Method Summary
protected  void dispatch(Set<MessageListener> messageListeners, Message message)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.BaseDestination
addDestinationEventListener, afterPropertiesSet, close, close, copyDestinationEventListeners, copyMessageListeners, doClose, doOpen, fireMessageListenerRegisteredEvent, fireMessageListenerUnregisteredEvent, getDestinationStatistics, getMaximumQueueSize, getMessageListenerCount, getName, getThreadPoolExecutor, getWorkersCoreSize, getWorkersMaxSize, isRegistered, open, register, register, registerMessageListener, removeDestinationEventListener, removeDestinationEventListeners, send, setMaximumQueueSize, setName, setWorkersCoreSize, setWorkersMaxSize, unregister, unregister, unregisterMessageListener, unregisterMessageListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialDestination

public SerialDestination()

SerialDestination

public SerialDestination(String name)
Deprecated. 

Method Detail

dispatch

protected void dispatch(Set<MessageListener> messageListeners,
                        Message message)
Specified by:
dispatch in class BaseDestination

Liferay 6.0.5