com.googlecode.xremoting.core.message
Class Result
java.lang.Object
com.googlecode.xremoting.core.message.Result
- All Implemented Interfaces:
- Serializable
public class Result
- extends Object
- implements Serializable
Value object for invocation result (i.e. it's used to pass back returned
value).
- Author:
- Roman Puchkovskiy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Result
public Result()
Result
public Result(Object object)
getObject
public Object getObject()
setObject
public void setObject(Object object)
Copyright © 2013. All Rights Reserved.