Package io.deephaven.web.client.api
Interface ServerObject
- All Known Implementing Classes:
JsPartitionedTable,JsTable,JsTotalsTable,JsTreeTable,JsWidget,JsWidgetExportedObject
public interface ServerObject
Indicates that this object is a local representation of an object that exists on the server. Similar to HasLifecycle,
but not quite the same - whereas HasLifecycle is entirely internal and provides and provides hooks for reconnect
logic, this exists to get a typed ticket reference to an object on the server, to pass that same ticket back to the
server again.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceNote that we don't explicitly use this as a union type, but sort of as a way to pretend that ServerObject is a sealed type with this generated set of subtypes. -
Method Summary
-
Method Details
-
typedTicket
-
getConnection
-