public class ReadTakeByIdResult extends Object implements SmartExternalizable
Modifier and Type | Field and Description |
---|---|
protected Throwable |
_error |
protected Object |
_id |
protected Object |
_readObject |
Constructor and Description |
---|
ReadTakeByIdResult() |
ReadTakeByIdResult(Object id,
Object readObject,
Throwable error) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getError() |
Object |
getId() |
Object |
getObject() |
boolean |
isError() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
protected Object _id
protected Object _readObject
protected Throwable _error
public Throwable getError()
public Object getId()
public Object getObject()
public boolean isError()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.