Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.proxy.ProxyResponse
All Implemented Interfaces:
Serializable

public class ProxyResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProxyResponse()
           
 
Method Summary
 Exception getException()
           
 Object getResult()
           
 boolean hasError()
           
 void setException(Exception exception)
           
 void setResult(Object result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyResponse

public ProxyResponse()
Method Detail

getException

public Exception getException()

getResult

public Object getResult()

hasError

public boolean hasError()

setException

public void setException(Exception exception)

setResult

public void setResult(Object result)

Liferay 6.1.2-ce-ga3