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

Implements

Constructors

Properties

_disposed: any
_isDisposed: any
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

  • get disposed(): ISignal<this, void>
  • A signal emitted when the delegate is disposed.

    Returns ISignal<this, void>

  • get isActive(): boolean
  • Whether the manager is active.

    Returns boolean

  • get isDisposed(): boolean
  • Test whether the delegate has been disposed.

    Returns boolean

Methods

  • Dispose of the delegate and invoke the callback function.

    Returns void

Generated using TypeDoc