IceGrid::ServerDescriptor

Overview

class ServerDescriptor
    extends 
	CommunicatorDescriptor

An Ice server descriptor.

Data Member Index

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).

applicationDistrib

Specifies if the server depends on the application distribution.

deactivationTimeout

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

distrib

The distribution descriptor.

envs

The server environment variables.

exe

The path of the server executable.

id

The server id.

options

The command line options to pass to the server executable.

pwd

The path to the server working directory.

activation

string activation;

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

activationTimeout

string activationTimeout;

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

applicationDistrib

bool applicationDistrib;

Specifies if the server depends on the application distribution.

deactivationTimeout

string deactivationTimeout;

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

distrib

DistributionDescriptor distrib;

The distribution descriptor.

envs

[ "java:type:java.util.LinkedList" ]
::Ice::StringSeq envs;

The server environment variables.

exe

string exe;

The path of the server executable.

id

string id;

The server id.

options

[ "java:type:java.util.LinkedList" ]
::Ice::StringSeq options;

The command line options to pass to the server executable.

pwd

string pwd;

The path to the server working directory.