Liferay 7.0-ce-b4

com.liferay.portal.kernel.messaging
Class SynchronousDestination

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

public class SynchronousDestination
extends BaseDestination


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.messaging.BaseDestination
messageListeners, name
 
Constructor Summary
SynchronousDestination()
           
 
Method Summary
 DestinationStatistics getDestinationStatistics()
           
 void send(Message message)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.BaseDestination
addDestinationEventListener, afterPropertiesSet, close, close, copyDestinationEventListeners, copyMessageListeners, destroy, fireMessageListenerRegisteredEvent, fireMessageListenerUnregisteredEvent, getMessageListenerCount, getMessageListeners, getName, isRegistered, open, register, register, registerMessageListener, removeDestinationEventListener, removeDestinationEventListeners, setName, unregister, unregister, unregisterMessageListener, unregisterMessageListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousDestination

public SynchronousDestination()
Method Detail

getDestinationStatistics

public DestinationStatistics getDestinationStatistics()
Specified by:
getDestinationStatistics in interface Destination
Overrides:
getDestinationStatistics in class BaseDestination

send

public void send(Message message)
Specified by:
send in interface Destination
Overrides:
send in class BaseDestination

Liferay 7.0-ce-b4