Class BaseManagerAbstract

Object which manages kernel instances for a given base url.

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

Hierarchy (View Summary)

Implements

Constructors

Properties

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