Package org.openspaces.remoting
Class ExecutorRemotingTask.InternalExecutorResult<T extends Serializable>
java.lang.Object
org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorResult<T>
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Enclosing class:
- ExecutorRemotingTask<T extends Serializable>
public static class ExecutorRemotingTask.InternalExecutorResult<T extends Serializable>
extends Object
implements SmartExternalizable
A wrapper executor result that holds more information on the exception, such as the instance
id.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
InternalExecutorResult
public InternalExecutorResult() -
InternalExecutorResult
-
-
Method Details
-
getResult
-
getInstanceId
public int getInstanceId() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-