com.liferay.portal.kernel.messaging
Class DummyIteratorDispatcherDestination

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

public class DummyIteratorDispatcherDestination
extends IteratorDispatcherDestination

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DummyIteratorDispatcherDestination(java.lang.String name)
           
DummyIteratorDispatcherDestination(java.lang.String name, int workersCoreSize, int workersMaxSize)
           
 
Method Summary
protected  void dispatch(java.util.Iterator<MessageListener> listenersItr, Message message)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.IteratorDispatcherDestination
getListenerCount, register, send, unregister
 
Methods inherited from class com.liferay.portal.kernel.messaging.BaseDestination
close, close, doClose, doOpen, getName, getStatistics, getThreadPoolExecutor, getWorkersCoreSize, getWorkersMaxSize, isRegistered, open
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyIteratorDispatcherDestination

public DummyIteratorDispatcherDestination(java.lang.String name)

DummyIteratorDispatcherDestination

public DummyIteratorDispatcherDestination(java.lang.String name,
                                          int workersCoreSize,
                                          int workersMaxSize)
Method Detail

dispatch

protected void dispatch(java.util.Iterator<MessageListener> listenersItr,
                        Message message)
Specified by:
dispatch in class IteratorDispatcherDestination