Ice 3.7 Slice API Reference
|
An Ice server descriptor. More...
defined in <IceGrid/Descriptor.ice>
class ServerDescriptor extends IceGrid::CommunicatorDescriptor { ... }
Data Members | |
string | activation |
The server activation mode (possible values are "on-demand" or "manual"). More... | |
string | activationTimeout |
The activation timeout (an integer value representing the number of seconds to wait for activation). More... | |
bool | allocatable |
Specifies if the server is allocatable. More... | |
bool | applicationDistrib |
Specifies if the server depends on the application distribution. More... | |
string | deactivationTimeout |
The deactivation timeout (an integer value representing the number of seconds to wait for deactivation). More... | |
DistributionDescriptor | distrib |
The distribution descriptor. More... | |
Ice::StringSeq | envs |
The server environment variables. More... | |
string | exe |
The path of the server executable. More... | |
string | iceVersion |
The Ice version used by this server. More... | |
string | id |
The server id. More... | |
Ice::StringSeq | options |
The command line options to pass to the server executable. More... | |
string | pwd |
The path to the server working directory. More... | |
string | user |
The user account used to run the server. More... | |
![]() | |
AdapterDescriptorSeq | adapters |
The object adapters. More... | |
DbEnvDescriptorSeq | dbEnvs |
The database environments. More... | |
string | description |
A description of this descriptor. More... | |
Ice::StringSeq | logs |
The path of each log file. More... | |
PropertySetDescriptor | propertySet |
The property set. More... | |
An Ice server descriptor.
string activation |
The server activation mode (possible values are "on-demand" or "manual").
string activationTimeout |
The activation timeout (an integer value representing the number of seconds to wait for activation).
bool allocatable |
Specifies if the server is allocatable.
bool applicationDistrib |
Specifies if the server depends on the application distribution.
string deactivationTimeout |
The deactivation timeout (an integer value representing the number of seconds to wait for deactivation).
DistributionDescriptor distrib |
The distribution descriptor.
Ice::StringSeq envs |
The server environment variables.
string exe |
The path of the server executable.
string iceVersion |
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.