Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender

Packages that use SingleDestinationMessageSender
com.liferay.portal.kernel.messaging   
com.liferay.portal.kernel.messaging.proxy   
com.liferay.portal.kernel.messaging.sender   
 

Uses of SingleDestinationMessageSender in com.liferay.portal.kernel.messaging
 

Methods in com.liferay.portal.kernel.messaging with parameters of type SingleDestinationMessageSender
 void BridgingMessageListener.setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
           
 void BaseMessageStatusMessageListener.setStatusSender(SingleDestinationMessageSender statusSender)
           
 

Constructors in com.liferay.portal.kernel.messaging with parameters of type SingleDestinationMessageSender
BridgingMessageListener(SingleDestinationMessageSender singleDestinationMessageSender)
          Deprecated. As of 6.1.0
 

Uses of SingleDestinationMessageSender in com.liferay.portal.kernel.messaging.proxy
 

Methods in com.liferay.portal.kernel.messaging.proxy with parameters of type SingleDestinationMessageSender
 void BaseProxyBean.setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
          Deprecated. As of 7.0.0, replaced by {@link #setDestinationName)
 

Uses of SingleDestinationMessageSender in com.liferay.portal.kernel.messaging.sender
 

Methods in com.liferay.portal.kernel.messaging.sender that return SingleDestinationMessageSender
 SingleDestinationMessageSender SingleDestinationMessageSenderFactory.createSingleDestinationMessageSender(String destinationName)
           
static SingleDestinationMessageSender SingleDestinationMessageSenderFactoryUtil.createSingleDestinationMessageSender(String destinationName)
           
 


Liferay 7.0-ce-b4