Liferay 6.2-ce-ga5

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

Packages that use DestinationEventListener
com.liferay.portal.kernel.messaging   
com.liferay.portal.kernel.messaging.config   
com.liferay.portal.kernel.messaging.jmx   
com.liferay.portal.kernel.workflow.messaging   
 

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

Classes in com.liferay.portal.kernel.messaging that implement DestinationEventListener
 class BaseDestinationEventListener
           
 class GlobalDestinationEventListener
           
 

Methods in com.liferay.portal.kernel.messaging with parameters of type DestinationEventListener
 void BaseDestination.addDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void MessageBus.addDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void Destination.addDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void DestinationWrapper.addDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void DefaultMessageBus.addDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void MessageBus.addDestinationEventListener(String destinationName, DestinationEventListener destinationEventListener)
           
 void DefaultMessageBus.addDestinationEventListener(String destinationName, DestinationEventListener destinationEventListener)
           
 void BaseDestination.removeDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void MessageBus.removeDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void Destination.removeDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void DestinationWrapper.removeDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void DefaultMessageBus.removeDestinationEventListener(DestinationEventListener destinationEventListener)
           
 void MessageBus.removeDestinationEventListener(String destinationName, DestinationEventListener destinationEventListener)
           
 void DefaultMessageBus.removeDestinationEventListener(String destinationName, DestinationEventListener destinationEventListener)
           
 

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

Method parameters in com.liferay.portal.kernel.messaging.config with type arguments of type DestinationEventListener
 void MessagingConfigurator.setGlobalDestinationEventListeners(List<DestinationEventListener> globalDestinationEventListeners)
           
 void AbstractMessagingConfigurator.setGlobalDestinationEventListeners(List<DestinationEventListener> globalDestinationEventListeners)
           
 void MessagingConfigurator.setSpecificDestinationEventListener(Map<String,List<DestinationEventListener>> specificDestinationEventListeners)
           
 void AbstractMessagingConfigurator.setSpecificDestinationEventListener(Map<String,List<DestinationEventListener>> specificDestinationEventListeners)
           
 

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

Classes in com.liferay.portal.kernel.messaging.jmx that implement DestinationEventListener
 class JMXMessageListener
           
 

Uses of DestinationEventListener in com.liferay.portal.kernel.workflow.messaging
 

Classes in com.liferay.portal.kernel.workflow.messaging that implement DestinationEventListener
 class DefaultWorkflowDestinationEventListener
           
 


Liferay 6.2-ce-ga5