Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceGrid-ServerDynamicInfo
prevIceGrid-RoundRobinLoadBalancingPolicy
Section


IceGrid::ServerDescriptor

Overview

class ServerDescriptor extends IceGrid::CommunicatorDescriptor

An Ice server descriptor.

Derived Classes and Interfaces
Used By

Data Member Index

id — The server id.
exe — The path of the server executable.
iceVersion — The Ice version used by this server.
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.

Ztop

Data Members

string
Anchor
id
id
id;

The server id.

string
Anchor
exe
exe
exe;

The path of the server executable.

string
Anchor
iceVersion
iceVersion
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 will assume the server is using the same Ice version). For example "3.1.1", "3.2", "3.3.0".

string
Anchor
pwd
pwd
pwd;

The path to the server working directory.

[ "java:type:java.util.LinkedList<String>" ] Ice::StringSeq
Anchor
options
options
options;

The command line options to pass to the server executable.

[ "java:type:java.util.LinkedList<String>" ] Ice::StringSeq
Anchor
envs
envs
envs;

The server environment variables.

string
Anchor
activation
activation
activation;

The server activation mode (possible values are "on-demand" or "manual").

string
Anchor
activationTimeout
activationTimeout
activationTimeout;

The activation timeout (an integer value representing the number of seconds to wait for activation).

string
Anchor
deactivationTimeout
deactivationTimeout
deactivationTimeout;

The deactivation timeout (an integer value representing the number of seconds to wait for deactivation).

bool
Anchor
applicationDistrib
applicationDistrib
applicationDistrib;

Specifies if the server depends on the application distribution.

IceGrid::DistributionDescriptor
Anchor
distrib
distrib
distrib;

The distribution descriptor.

bool
Anchor
allocatable
allocatable
allocatable;

Specifies if the server is allocatable.

string
Anchor
user
user
user;

The user account used to run the server.

Ztop

Znav
nextIceGrid-ServerDynamicInfo
prevIceGrid-RoundRobinLoadBalancingPolicy
Section