Liferay 6.2-ce-ga5

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   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.messaging   
com.liferay.portlet.communities.messaging   
 

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
BaseMessageStatusMessageListener(SingleDestinationMessageSender statusSender, MessageSender responseSender)
          Deprecated. As of 6.1.0
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)
           
 

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

Classes in com.liferay.portal.kernel.messaging.sender that implement SingleDestinationMessageSender
 class DefaultSingleDestinationMessageSender
           
 

Uses of SingleDestinationMessageSender in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar with parameters of type SingleDestinationMessageSender
 void PortletDataHandlerStatusMessageSenderImpl.setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
           
 

Uses of SingleDestinationMessageSender in com.liferay.portal.messaging
 

Constructors in com.liferay.portal.messaging with parameters of type SingleDestinationMessageSender
LayoutsLocalPublisherMessageListener(SingleDestinationMessageSender statusSender, MessageSender responseSender)
          Deprecated. As of 6.1.0
LayoutsRemotePublisherMessageListener(SingleDestinationMessageSender statusSender, MessageSender responseSender)
          Deprecated. As of 6.1.0
 

Uses of SingleDestinationMessageSender in com.liferay.portlet.communities.messaging
 

Constructors in com.liferay.portlet.communities.messaging with parameters of type SingleDestinationMessageSender
LayoutsLocalPublisherMessageListener(SingleDestinationMessageSender statusSender, MessageSender responseSender)
          Deprecated. As of 6.1.0
LayoutsRemotePublisherMessageListener(SingleDestinationMessageSender statusSender, MessageSender responseSender)
          Deprecated. As of 6.1.0
 


Liferay 6.2-ce-ga5