Package com.gigaspaces.client
Class ReadTakeByIdResult
java.lang.Object
com.gigaspaces.client.ReadTakeByIdResult
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
Holds a read/takeByIds operation's exception result.
- Since:
- 7.1.1
- Author:
- idan
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
_id
-
_readObject
-
_error
-
-
Constructor Details
-
ReadTakeByIdResult
public ReadTakeByIdResult() -
ReadTakeByIdResult
-
-
Method Details
-
getError
-
getId
-
getObject
-
isError
public boolean isError() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-