Skip to main content

IRemoteServicesManager

Datalayer Core


Datalayer Core / IRemoteServicesManager

Interface: IRemoteServicesManager

Defined in: src/stateful/runtimes/apis.ts:264

Interface for the Remote Services Manager

Extends

  • IDisposable

Properties

connectionFailure

readonly connectionFailure: ISignal<IRemoteServicesManager, Error>

Defined in: src/stateful/runtimes/apis.ts:283

A signal emitted when there is a connection failure with the kernel.


environments

readonly environments: IEnvironmentsManager

Defined in: src/stateful/runtimes/apis.ts:268

The environments manager.


isDisposed

readonly isDisposed: boolean

Defined in: src/stateful/runtimes/apis.ts:288

Test whether the service manager is disposed.

Overrides

IDisposable.isDisposed


isReady

readonly isReady: boolean

Defined in: src/stateful/runtimes/apis.ts:293

Whether the remote manager is ready or not.


ready

readonly ready: Promise<void>

Defined in: src/stateful/runtimes/apis.ts:298

Wait for the remote manager to be ready.


runtimesManager

readonly runtimesManager: IRemoteRuntimesManager

Defined in: src/stateful/runtimes/apis.ts:273

The remote runtimes manager.


serverSettings

readonly serverSettings: ISettings

Defined in: src/stateful/runtimes/apis.ts:278

The server settings.

Methods

dispose()

dispose(): void

Defined in: node_modules/@lumino/disposable/types/index.d.ts:28

Dispose of the resources held by the object.

Notes

If the object's dispose method is called more than once, all calls made after the first will be a no-op.

Undefined Behavior

It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.

Returns

void

Inherited from

IDisposable.dispose