com.liferay.portal.kernel.messaging
Class SynchronousDestination
java.lang.Object
com.liferay.portal.kernel.messaging.BaseDestination
com.liferay.portal.kernel.messaging.SynchronousDestination
- All Implemented Interfaces:
- Destination
public class SynchronousDestination
- extends BaseDestination
| 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 |
SynchronousDestination
public SynchronousDestination()
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