IceGrid.ServerDescriptor¶
- class IceGrid.ServerDescriptor(adapters: list[AdapterDescriptor] = <factory>, propertySet: PropertySetDescriptor = <factory>, dbEnvs: list[DbEnvDescriptor] = <factory>, logs: list[str] = <factory>, description: str = '', id: str = '', exe: str = '', iceVersion: str = '', pwd: str = '', options: list[str] = <factory>, envs: list[str] = <factory>, activation: str = '', activationTimeout: str = '', deactivationTimeout: str = '', applicationDistrib: bool = False, distrib: DistributionDescriptor = <factory>, allocatable: bool = False, user: str = '')¶
Bases:
CommunicatorDescriptorDescribes an Ice server.
- Parameters:
adapters (list[AdapterDescriptor])
propertySet (PropertySetDescriptor)
dbEnvs (list[DbEnvDescriptor])
description (str)
id (str)
exe (str)
iceVersion (str)
pwd (str)
activation (str)
activationTimeout (str)
deactivationTimeout (str)
applicationDistrib (bool)
distrib (DistributionDescriptor)
allocatable (bool)
user (str)
- iceVersion¶
The Ice version used by this server. This is only required if backward compatibility with servers using old Ice versions is needed (otherwise the registry assumes the server is using the same Ice version as the registry itself). For example
"3.7.5".- Type:
- activationTimeout¶
The activation timeout. It’s an integer (in string format) that represents the number of seconds to wait for activation.
- Type:
- deactivationTimeout¶
The deactivation timeout. It’s an integer (in string format) that represents the number of seconds to wait for deactivation.
- Type:
- distrib¶
The distribution descriptor.
- Type:
Notes
The Slice compiler generated this dataclass from Slice class
::IceGrid::ServerDescriptor.