public class DataConsumeOkResult extends Object implements IDataConsumeResult
Modifier and Type | Field and Description |
---|---|
static DataConsumeOkResult |
OK |
Constructor and Description |
---|
DataConsumeOkResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
isFailed() |
void |
readExternal(ObjectInput in) |
boolean |
sameFailure(IDataConsumeResult otherResult) |
Exception |
toException() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public static final DataConsumeOkResult OK
public boolean isFailed()
isFailed
in interface IDataConsumeResult
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public Exception toException()
toException
in interface IDataConsumeResult
public boolean sameFailure(IDataConsumeResult otherResult)
sameFailure
in interface IDataConsumeResult
Copyright © GigaSpaces.