Package io.deephaven.web.shared.ide
Class ExecutionHandle
java.lang.Object
io.deephaven.web.shared.cmd.ServerReplyHandle
io.deephaven.web.shared.ide.ExecutionHandle
- All Implemented Interfaces:
Serializable
A client-generated handle for each execution.
This allows the client to issue cancellation requests using an id it knows before the script is even requested.
- See Also:
-
Field Summary
Fields inherited from class io.deephaven.web.shared.cmd.ServerReplyHandle
DESERIALIZATION_IN_PROGRESS, UNINITIALIZED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
int
hashCode()
void
setClientId
(int clientId) void
setConnectionId
(int connectionId) void
setScriptId
(int scriptId)
-
Constructor Details
-
ExecutionHandle
public ExecutionHandle() -
ExecutionHandle
public ExecutionHandle(int clientId)
-
-
Method Details
-
getClientId
public int getClientId()- Specified by:
getClientId
in classServerReplyHandle
-
setClientId
public void setClientId(int clientId) -
getScriptId
public int getScriptId() -
setScriptId
public void setScriptId(int scriptId) -
equals
-
hashCode
public int hashCode() -
getConnectionId
public int getConnectionId() -
setConnectionId
public void setConnectionId(int connectionId)
-