public abstract class SpaceOperationResult extends Object implements RemoteOperationResult, SmartExternalizable, Textualizable
Constructor and Description |
---|
SpaceOperationResult() |
Modifier and Type | Method and Description |
---|---|
Exception |
getExecutionException() |
SingleExplainPlan |
getExplainPlan() |
boolean |
hasException() |
protected static void |
onUnexpectedException(Exception e) |
void |
readExternal(ObjectInput in) |
void |
setExecutionException(Exception exception) |
void |
setExplainPlan(SingleExplainPlan plan) |
String |
toString() |
void |
toText(Textualizer textualizer) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public Exception getExecutionException()
getExecutionException
in interface RemoteOperationResult
public void setExecutionException(Exception exception)
setExecutionException
in interface RemoteOperationResult
public boolean hasException()
public SingleExplainPlan getExplainPlan()
public void setExplainPlan(SingleExplainPlan plan)
protected static void onUnexpectedException(Exception e)
public void toText(Textualizer textualizer)
toText
in interface Textualizable
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.