Liferay 6.1.2-ce-ga3

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.messaging   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
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.  
BridgingMessageListener(SingleDestinationMessageSender singleDestinationMessageSender)
          Deprecated.  
 

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

Methods in com.liferay.portal.kernel.messaging.proxy that return SingleDestinationMessageSender
 SingleDestinationMessageSender BaseProxyBean.getSingleDestinationMessageSender()
           
 

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.messaging
 

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

Uses of SingleDestinationMessageSender in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type SingleDestinationMessageSender
 void MonitoringPortletFactoryImpl.setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
           
 void MonitoringPortlet.setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
           
 

Constructors in com.liferay.portlet with parameters of type SingleDestinationMessageSender
MonitoringPortlet(InvokerPortlet invokerPortlet, SingleDestinationMessageSender singleDestinationMessageSender)
           
 

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.  
LayoutsRemotePublisherMessageListener(SingleDestinationMessageSender statusSender, MessageSender responseSender)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3