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

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

public class ProxyResponse
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Micha Kiener, Michael C. Han, Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
ProxyResponse()
           
 
Method Summary
 java.lang.Exception getException()
           
 java.lang.Object getResult()
           
 boolean hasError()
           
 void setException(java.lang.Exception exception)
           
 void setResult(java.lang.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 java.lang.Exception getException()

getResult

public java.lang.Object getResult()

hasError

public boolean hasError()

setException

public void setException(java.lang.Exception exception)

setResult

public void setResult(java.lang.Object result)