Overview
An Ice server descriptor.
Derived Classes and Interfaces
- IceBoxDescriptor
Used By
- ServerDescriptorSeq
- ServerInfo::descriptor
Data Member Index
- id
-
The server id.
- exe
-
The path of the server executable.
- pwd
-
The path to the server working directory.
- options
-
The command line options to pass to the server executable.
- envs
-
The server environment variables.
- activation
-
The server activation mode (possible values are "on-demand" or
"manual").
- activationTimeout
-
The activation timeout (an integer value representing the
number of seconds to wait for activation).
- deactivationTimeout
-
The deactivation timeout (an integer value representing the
number of seconds to wait for deactivation).
- applicationDistrib
-
Specifies if the server depends on the application
distribution.
- distrib
-
The distribution descriptor.
- allocatable
-
Specifies if the server is allocatable.
- user
-
The user account used to run the server.
Data Members
string id;
The server id.
string exe;
The path of the server executable.
string pwd;
The path to the server working directory.
The command line options to pass to the server executable.
[ "java:type:{java.util.LinkedList}" ]
::Ice::StringSeq envs;
The server environment variables.
The server activation mode (possible values are "on-demand" or
"manual").
The activation timeout (an integer value representing the
number of seconds to wait for activation).
The deactivation timeout (an integer value representing the
number of seconds to wait for deactivation).
Specifies if the server depends on the application
distribution.
The distribution descriptor.
Specifies if the server is allocatable.
The user account used to run the server.