Liferay 6.1.2-ce-ga3

com.liferay.portal.messaging.async
Class AsyncAdviceConfigurator

java.lang.Object
  extended by com.liferay.portal.messaging.async.AsyncAdviceConfigurator

public class AsyncAdviceConfigurator
extends Object


Constructor Summary
AsyncAdviceConfigurator()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setAsyncAdvice(AsyncAdvice asyncAdvice)
           
 void setDefaultDestinationName(String defaultDestinationName)
           
 void setDestinationNames(Map<Class<?>,String> destinationNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncAdviceConfigurator

public AsyncAdviceConfigurator()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

setAsyncAdvice

public void setAsyncAdvice(AsyncAdvice asyncAdvice)

setDefaultDestinationName

public void setDefaultDestinationName(String defaultDestinationName)

setDestinationNames

public void setDestinationNames(Map<Class<?>,String> destinationNames)

Liferay 6.1.2-ce-ga3