Package org.eclnt.ccee.facade
Class FacadeTransferObjectReceive
java.lang.Object
org.eclnt.ccee.facade.FacadeTransferObjectReceive
- All Implemented Interfaces:
Serializable
Serialized data for passing back the result.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
void
setException
(byte[] exception) void
setResult
(byte[] result)
-
Constructor Details
-
FacadeTransferObjectReceive
public FacadeTransferObjectReceive()
-
-
Method Details
-
getResult
public byte[] getResult() -
setResult
public void setResult(byte[] result) -
getException
public byte[] getException() -
setException
public void setException(byte[] exception)
-