Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.messaging.BaseDestination

Packages that use BaseDestination
com.liferay.portal.kernel.messaging   
 

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

Subclasses of BaseDestination in com.liferay.portal.kernel.messaging
 class BaseAsyncDestination
           
 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
           
 


Liferay 6.1.2-ce-ga3