Liferay 6.0-ee

Uses of Interface
com.liferay.portal.kernel.messaging.Destination

Packages that use Destination
com.liferay.portal.kernel.messaging   
com.liferay.portal.kernel.messaging.config   
com.liferay.portal.kernel.messaging.jmx   
 

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

Classes in com.liferay.portal.kernel.messaging that implement Destination
 class BaseDestination
           
 class ParallelDestination
           Destination that delivers a message to a list of message listeners in parallel.
 class SerialDestination
           Destination that delivers a message to a list of message listeners one at a time.
 

Methods in com.liferay.portal.kernel.messaging that return Destination
 Destination MessageBus.getDestination(String destinationName)
           
 Destination DefaultMessageBus.getDestination(String destinationName)
           
 Destination MessageBus.removeDestination(String destinationName)
           
 Destination DefaultMessageBus.removeDestination(String destinationName)
           
 

Methods in com.liferay.portal.kernel.messaging that return types with arguments of type Destination
 Collection<Destination> MessageBus.getDestinations()
           
 Collection<Destination> DefaultMessageBus.getDestinations()
           
 

Methods in com.liferay.portal.kernel.messaging with parameters of type Destination
static void MessageBusUtil.addDestination(Destination destination)
           
 void MessageBus.addDestination(Destination destination)
           
 void DefaultMessageBus.addDestination(Destination destination)
           
 void Destination.copyDestinationEventListeners(Destination destination)
           
 void BaseDestination.copyDestinationEventListeners(Destination destination)
           
 void Destination.copyMessageListeners(Destination destination)
           
 void BaseDestination.copyMessageListeners(Destination destination)
           
 void GlobalDestinationEventListener.destinationAdded(Destination destination)
           
 void DestinationEventListener.destinationAdded(Destination destination)
           
 void BaseDestinationEventListener.destinationAdded(Destination destination)
           
 void GlobalDestinationEventListener.destinationRemoved(Destination destination)
           
 void DestinationEventListener.destinationRemoved(Destination destination)
           
 void BaseDestinationEventListener.destinationRemoved(Destination destination)
           
protected  void DefaultMessageBus.fireDestinationAddedEvent(Destination destination)
           
protected  void DefaultMessageBus.fireDestinationRemovedEvent(Destination destination)
           
protected  void DefaultMessageBus.fireMessageListenerRegisteredEvent(Destination destination, MessageListener messageListener)
           
protected  void DefaultMessageBus.fireMessageListenerUnregisteredEvent(Destination destination, MessageListener messageListener)
           
 void MessageBus.replace(Destination destination)
           
 void DefaultMessageBus.replace(Destination destination)
           
 

Uses of Destination in com.liferay.portal.kernel.messaging.config
 

Method parameters in com.liferay.portal.kernel.messaging.config with type arguments of type Destination
 void MessagingConfigurator.setDestinations(List<Destination> destinations)
           
 void AbstractMessagingConfigurator.setDestinations(List<Destination> destinations)
           
 void MessagingConfigurator.setReplacementDestinations(List<Destination> replacementDestinations)
           
 void AbstractMessagingConfigurator.setReplacementDestinations(List<Destination> replacementDestinations)
           
 

Uses of Destination in com.liferay.portal.kernel.messaging.jmx
 

Methods in com.liferay.portal.kernel.messaging.jmx with parameters of type Destination
 void JMXMessageListener.destinationAdded(Destination destination)
           
 void JMXMessageListener.destinationRemoved(Destination destination)
           
protected  void JMXMessageListener.registerDestination(Destination destination)
           
protected  void JMXMessageListener.unregisterDestination(Destination destination)
           
 

Constructors in com.liferay.portal.kernel.messaging.jmx with parameters of type Destination
DestinationManager(Destination destination)
           
DestinationStatisticsManager(Destination destination)
           
 


Liferay 6.0-ee