JobManager (hwx.inspire.core)¶
Public Methods¶
removeServer (self, serverId)
useServer (self, serverId, username, password)
Method Details¶
- addServer(self, serverId, host, port=22, **kwds)¶
 
Registers a remote server.
- param serverId
 The unique identifier for the server.
- type serverId
 str
- param host
 The name or IP address of the remote host.
- type host
 str
- param port
 The port number on the remote host that accepts this service.
- type port
 int
- removeServer(self, serverId)¶
 
Ensures that a server configured with the given identifier is not registered.
- param serverId
 The unique identifier for the server.
- type serverId
 str
- useServer(self, serverId, username, password)¶
 
A context manager to use for running an analysis on specified server.
- param serverId
 The unique identifier for the server.
- type serverId
 str
- param username
 The authentication name on the remote host.
- type username
 str
- param password
 The authentication word on the remote host.
- type password
 str