Liferay 7.0-ce-b4

com.liferay.portal.kernel.messaging.proxy
Class BaseProxyBean

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
Direct Known Subclasses:
AuditRouterProxyBean, RulesEngineProxyBean, StoreProxyBean, WorkflowComparatorFactoryProxyBean, WorkflowDefinitionManagerProxyBean, WorkflowEngineManagerProxyBean, WorkflowInstanceManagerProxyBean, WorkflowLogManagerProxyBean, WorkflowStatusManagerProxyBean, WorkflowTaskManagerProxyBean

public abstract class BaseProxyBean
extends Object


Constructor Summary
BaseProxyBean()
           
 
Method Summary
 void afterPropertiesSet()
           
protected  Message buildMessage(ProxyRequest proxyRequest)
           
 void send(ProxyRequest proxyRequest)
           
 void setDestinationName(String destinationName)
           
 void setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
          Deprecated. As of 7.0.0, replaced by {@link #setDestinationName)
 void setSingleDestinationSynchronousMessageSender(SingleDestinationSynchronousMessageSender singleDestinationSynchronousMessageSender)
          Deprecated. As of 7.0.0, replaced by setSynchronousMessageSenderMode(com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender.Mode) and setSynchronousDestinationName(java.lang.String)
 void setSynchronousDestinationName(String synchronousDestinationName)
           
 void setSynchronousMessageSenderMode(SynchronousMessageSender.Mode synchronousMessageSenderMode)
           
 Object synchronousSend(ProxyRequest proxyRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseProxyBean

public BaseProxyBean()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

send

public void send(ProxyRequest proxyRequest)

setDestinationName

public void setDestinationName(String destinationName)

setSingleDestinationMessageSender

@Deprecated
public void setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
Deprecated. As of 7.0.0, replaced by {@link #setDestinationName)


setSingleDestinationSynchronousMessageSender

@Deprecated
public void setSingleDestinationSynchronousMessageSender(SingleDestinationSynchronousMessageSender singleDestinationSynchronousMessageSender)
Deprecated. As of 7.0.0, replaced by setSynchronousMessageSenderMode(com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender.Mode) and setSynchronousDestinationName(java.lang.String)


setSynchronousDestinationName

public void setSynchronousDestinationName(String synchronousDestinationName)

setSynchronousMessageSenderMode

public void setSynchronousMessageSenderMode(SynchronousMessageSender.Mode synchronousMessageSenderMode)

synchronousSend

public Object synchronousSend(ProxyRequest proxyRequest)
                       throws Exception
Throws:
Exception

buildMessage

protected Message buildMessage(ProxyRequest proxyRequest)

Liferay 7.0-ce-b4