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 RemoteOperationResultpublic void setExecutionException(Exception exception)
setExecutionException in interface RemoteOperationResultpublic boolean hasException()
protected static void onUnexpectedException(Exception e)
public void toText(Textualizer textualizer)
toText in interface Textualizablepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.