Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


IceGrid::ServerState

Overview

enum ServerState

An enumeration representing the state of the server.

Used By

Enumerator Index

Inactive — The server is not running.
Activating — The server is being activated and will change to the active state when the registered server object adapters are activated or to the activation timed out state if the activation timeout expires.
ActivationTimedOut — The activation timed out state indicates that the server activation timed out.
Active — The server is running.
Deactivating — The server is being deactivated.
Destroying — The server is being destroyed.
Destroyed — The server is destroyed.

Enumerators

Inactive

The server is not running.

Activating

The server is being activated and will change to the active state when the registered server object adapters are activated or to the activation timed out state if the activation timeout expires.

ActivationTimedOut

The activation timed out state indicates that the server activation timed out.

Active

The server is running.

Deactivating

The server is being deactivated.

Destroying

The server is being destroyed.

Destroyed

The server is destroyed.


  • No labels