public abstract class SpaceOperationResult extends Object implements RemoteOperationResult, Externalizable, Textualizable
Constructor and Description |
---|
SpaceOperationResult() |
Modifier and Type | Method and Description |
---|---|
Exception |
getExecutionException() |
boolean |
hasException() |
protected static void |
onUnexpectedException(Exception e) |
void |
readExternal(ObjectInput in) |
void |
setExecutionException(Exception exception) |
String |
toString() |
void |
toText(Textualizer textualizer) |
void |
writeExternal(ObjectOutput out) |
public Exception getExecutionException()
getExecutionException
in interface RemoteOperationResult
public void setExecutionException(Exception exception)
setExecutionException
in interface RemoteOperationResult
public boolean hasException()
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.