Versions Compared

Key

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


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.

Ztop

Enumerators

Anchor
Inactive
Inactive
Inactive

The server is not running.

Anchor
Activating
Activating
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.

Anchor
ActivationTimedOut
ActivationTimedOut
ActivationTimedOut

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

Anchor
Active
Active
Active

The server is running.

Anchor
Deactivating
Deactivating
Deactivating

The server is being deactivated.

Anchor
Destroying
Destroying
Destroying

The server is being destroyed.

Anchor
Destroyed
Destroyed
Destroyed

The server is destroyed.

Ztop

Znav
nextIceGrid-ServerStopException
prevIceGrid-ServerStartException
Section