IRemoteServicesManager
Datalayer Core / IRemoteServicesManager
Interface: IRemoteServicesManager
Defined in: src/stateful/runtimes/apis.ts:264
Interface for the Remote Services Manager
Extends
IDisposable
Properties
connectionFailure
readonlyconnectionFailure:ISignal<IRemoteServicesManager,Error>
Defined in: src/stateful/runtimes/apis.ts:283
A signal emitted when there is a connection failure with the kernel.
environments
readonlyenvironments:IEnvironmentsManager
Defined in: src/stateful/runtimes/apis.ts:268
The environments manager.
isDisposed
readonlyisDisposed:boolean
Defined in: src/stateful/runtimes/apis.ts:288
Test whether the service manager is disposed.
Overrides
IDisposable.isDisposed
isReady
readonlyisReady:boolean
Defined in: src/stateful/runtimes/apis.ts:293
Whether the remote manager is ready or not.
ready
readonlyready:Promise<void>
Defined in: src/stateful/runtimes/apis.ts:298
Wait for the remote manager to be ready.
runtimesManager
readonlyruntimesManager:IRemoteRuntimesManager
Defined in: src/stateful/runtimes/apis.ts:273
The remote runtimes manager.
serverSettings
readonlyserverSettings: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