Class BaseManagerAbstract

Object which manages kernel instances for a given base url.

Notes

The manager is responsible for maintaining the state of kernel specs.

Hierarchy (view full)

Implements

Constructors

Properties

_disposed: Signal<BaseManager, void> = ...
_isDisposed: boolean = false
connectionFailure: ISignal<BaseManager, Error>

A signal emitted when there is a connection failure.

isReady: boolean

Test whether the manager is ready.

ready: Promise<void>

A promise that fulfills when the manager is ready.

serverSettings: ServerConnection.ISettings

The server settings of the manager.

Accessors

Methods