|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.kernel.messaging.BaseDestination
com.liferay.portal.kernel.messaging.ArrayDispatcherDestination
com.liferay.portal.kernel.messaging.DummyArrayDispatcherDestination
public class DummyArrayDispatcherDestination
Constructor Summary | |
---|---|
DummyArrayDispatcherDestination(java.lang.String name)
|
|
DummyArrayDispatcherDestination(java.lang.String name,
int workersCoreSize,
int workersMaxSize)
|
Method Summary | |
---|---|
protected void |
dispatch(java.util.Set<MessageListener> listeners,
Message message)
|
Methods inherited from class com.liferay.portal.kernel.messaging.ArrayDispatcherDestination |
---|
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 |
---|
public DummyArrayDispatcherDestination(java.lang.String name)
public DummyArrayDispatcherDestination(java.lang.String name, int workersCoreSize, int workersMaxSize)
Method Detail |
---|
protected void dispatch(java.util.Set<MessageListener> listeners, Message message)
dispatch
in class ArrayDispatcherDestination
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |