no.tornado.brap.common
Class InvocationResponse

java.lang.Object
  extended by no.tornado.brap.common.InvocationResponse
All Implemented Interfaces:
Serializable

public class InvocationResponse
extends Object
implements Serializable

The response to an InvocationRequest is created by the ProxyServlet after invocation.

See Also:
Serialized Form

Constructor Summary
InvocationResponse()
           
 
Method Summary
 Throwable getException()
           
 ModificationList[] getModifications()
           
 Serializable getResult()
           
 void setException(Throwable exception)
           
 void setModifications(ModificationList[] modifications)
           
 void setResult(Serializable result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationResponse

public InvocationResponse()
Method Detail

getException

public Throwable getException()

setException

public void setException(Throwable exception)

getResult

public Serializable getResult()

setResult

public void setResult(Serializable result)

getModifications

public ModificationList[] getModifications()

setModifications

public void setModifications(ModificationList[] modifications)


Copyright © 2009-2011 Syse Data AS. All Rights Reserved.