Liferay 6.2-ce-ga5

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, 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()

send

public void send(Message message)

Liferay 6.2-ce-ga5