Liferay 7.0-ce-b4

com.liferay.portal.kernel.messaging.sender
Class SingleDestinationMessageSenderFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSenderFactoryUtil

public class SingleDestinationMessageSenderFactoryUtil
extends Object


Method Summary
static SingleDestinationMessageSender createSingleDestinationMessageSender(String destinationName)
           
static SingleDestinationSynchronousMessageSender createSingleDestinationSynchronousMessageSender(String destinationName, SynchronousMessageSender.Mode mode)
           
static int getModeCount()
           
protected  SingleDestinationMessageSenderFactory getSingleDestinationMessageSenderFactory()
           
static SynchronousMessageSender getSynchronousMessageSender(SynchronousMessageSender.Mode mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createSingleDestinationMessageSender

public static SingleDestinationMessageSender createSingleDestinationMessageSender(String destinationName)

createSingleDestinationSynchronousMessageSender

public static SingleDestinationSynchronousMessageSender createSingleDestinationSynchronousMessageSender(String destinationName,
                                                                                                        SynchronousMessageSender.Mode mode)

getModeCount

public static int getModeCount()

getSynchronousMessageSender

public static SynchronousMessageSender getSynchronousMessageSender(SynchronousMessageSender.Mode mode)

getSingleDestinationMessageSenderFactory

protected SingleDestinationMessageSenderFactory getSingleDestinationMessageSenderFactory()

Liferay 7.0-ce-b4