Package io.deephaven.web.shared.cmd
Class ServerReplyHandle
java.lang.Object
io.deephaven.web.shared.cmd.ServerReplyHandle
- All Implemented Interfaces:
Serializable
Like a TableHandle, but not constrained to tables (i.e. not always a TableHandle).
This allows us to build infrastructure like metrics without requiring use of table handle semantics.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Use this in public no-arg constructors for serialization; serialization is allowed to overwrite final fields, so just call this(DESERIALIZATION_IN_PROGRESS); inside your no-arg ctors.static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
DESERIALIZATION_IN_PROGRESS
public static final int DESERIALIZATION_IN_PROGRESSUse this in public no-arg constructors for serialization; serialization is allowed to overwrite final fields, so just call this(DESERIALIZATION_IN_PROGRESS); inside your no-arg ctors.- See Also:
-
UNINITIALIZED
public static final int UNINITIALIZED- See Also:
-
-
Constructor Details
-
ServerReplyHandle
public ServerReplyHandle()
-
-
Method Details
-
getClientId
public abstract int getClientId()
-