Liferay 6.2-ce-ga5

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   
com.liferay.portal.kernel.nio.intraband.messaging   
com.liferay.portal.kernel.search   
 

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

Classes in com.liferay.portal.kernel.messaging that implement Destination
 class BaseAsyncDestination
           
 class BaseDestination
           
 class DestinationWrapper
           
 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.
 class SynchronousDestination
           
 

Fields in com.liferay.portal.kernel.messaging declared as Destination
protected  Destination DestinationWrapper.destination
           
 

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 BaseDestination.copyDestinationEventListeners(Destination destination)
           
 void Destination.copyDestinationEventListeners(Destination destination)
           
 void DestinationWrapper.copyDestinationEventListeners(Destination destination)
           
 void BaseDestination.copyMessageListeners(Destination destination)
           
 void Destination.copyMessageListeners(Destination destination)
           
 void DestinationWrapper.copyMessageListeners(Destination destination)
           
 void DestinationEventListener.destinationAdded(Destination destination)
           
 void GlobalDestinationEventListener.destinationAdded(Destination destination)
           
 void BaseDestinationEventListener.destinationAdded(Destination destination)
           
 void DestinationEventListener.destinationRemoved(Destination destination)
           
 void GlobalDestinationEventListener.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)
           
 

Constructors in com.liferay.portal.kernel.messaging with parameters of type Destination
DestinationWrapper(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)
           
 

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

Classes in com.liferay.portal.kernel.nio.intraband.messaging that implement Destination
 class IntrabandBridgeDestination
           
 

Constructors in com.liferay.portal.kernel.nio.intraband.messaging with parameters of type Destination
IntrabandBridgeDestination(Destination destination)
           
 

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

Methods in com.liferay.portal.kernel.search that return Destination
protected  Destination AbstractSearchEngineConfigurator.getSearchReaderDestination(MessageBus messageBus, String searchEngineId, SearchEngine searchEngine)
           
protected  Destination AbstractSearchEngineConfigurator.getSearchWriterDestination(MessageBus messageBus, String searchEngineId, SearchEngine searchEngine)
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Destination
protected  void AbstractSearchEngineConfigurator.createSearchEngineListeners(String searchEngineId, SearchEngine searchEngine, Destination searchReaderDestination, Destination searchWriterDestination)
           
protected  void AbstractSearchEngineConfigurator.registerInvokerMessageListener(Destination destination, List<InvokerMessageListener> invokerMessageListeners)
           
protected  void AbstractSearchEngineConfigurator.registerSearchEngineMessageListener(String searchEngineId, SearchEngine searchEngine, Destination destination, BaseSearchEngineMessageListener baseSearchEngineMessageListener, Object manager)
           
protected  void AbstractSearchEngineConfigurator.savePreviousSearchEngineListeners(Destination searchReaderDestination, Destination searchWriterDestination, com.liferay.portal.kernel.search.AbstractSearchEngineConfigurator.SearchEngineRegistration searchEngineRegistration)
           
 


Liferay 6.2-ce-ga5