![]() |
Ice 3.8
Slice API Reference
|
Describes an Ice server. More...
defined in <IceGrid/Descriptor.ice>
class ServerDescriptor extends IceGrid::CommunicatorDescriptor { ... }
Data Members | |
string | activation |
The server activation mode. Possible values are "on-demand" and "manual". | |
string | activationTimeout |
The activation timeout. | |
bool | allocatable |
Specifies if the server is allocatable. | |
bool | applicationDistrib = false |
Specifies if the server depends on the application distribution. | |
string | deactivationTimeout |
The deactivation timeout. | |
DistributionDescriptor | distrib |
The distribution descriptor. | |
Ice::StringSeq | envs |
The server environment variables. | |
string | exe |
The path of the server executable. | |
string | iceVersion |
The Ice version used by this server. | |
string | id |
The server ID. | |
Ice::StringSeq | options |
The command line options to pass to the server executable. | |
string | pwd |
The path to the server working directory. | |
string | user |
The user account used to run the server. | |
Data Members inherited from IceGrid::CommunicatorDescriptor | |
AdapterDescriptorSeq | adapters |
The indirect object adapters. | |
string | description |
A description of this descriptor. | |
Ice::StringSeq | logs |
The path of each log file. | |
PropertySetDescriptor | propertySet |
The property set. |
Describes an Ice server.
Definition at line 134 of file Descriptor.ice.