12 [[
"cpp:header-ext:h",
"objc:header-dir:objc",
"js:ice-build"]]
13 [[
"cpp:include:IceGrid/Config.h"]]
20 [
"objc:prefix:ICEGRID"]
169 void nodeDown(
string name);
242 void applicationRemoved(
int serial,
string name);
303 void adapterRemoved(
string id);
391 void registryDown(
string name);
Dynamic information about the state of a node.
Definition: Observer.ice:101
ServerDynamicInfoSeq servers
The dynamic information of the servers deployed on this node.
Definition: Observer.ice:115
sequence< NodeDynamicInfo > NodeDynamicInfoSeq
A sequence of node dynamic information structures.
Definition: Observer.ice:130
Dynamic information about the state of a server.
Definition: Observer.ice:29
AdapterDynamicInfoSeq adapters
The dynamic information of the adapters deployed on this node.
Definition: Observer.ice:122
The database observer interface.
Definition: Observer.ice:203
int pid
The process id of the server.
Definition: Observer.ice:50
bool enabled
Indicates whether the server is enabled.
Definition: Observer.ice:57
ServerState
An enumeration representing the state of the server.
Definition: Admin.ice:32
This interface allows applications to monitor IceGrid well-known objects.
Definition: Observer.ice:311
NodeInfo info
Some static information about the node.
Definition: Observer.ice:108
The identity of an Ice object.
Definition: Identity.ice:28
This interface allows applications to monitor changes the state of the registry.
Definition: Observer.ice:361
Dynamic information about the state of an adapter.
Definition: Observer.ice:72
sequence< RegistryInfo > RegistryInfoSeq
A sequence of RegistryInfo structures.
Definition: Admin.ice:308
Object * proxy
The direct proxy containing the adapter endpoints.
Definition: Observer.ice:86
sequence< ObjectInfo > ObjectInfoSeq
A sequence of object information structures.
Definition: Admin.ice:123
Information about an IceGrid node.
Definition: Admin.ice:218
Information about an adapter registered with the IceGrid registry.
Definition: Admin.ice:131
string id
The id of the server.
Definition: Observer.ice:36
Information about an IceGrid registry replica.
Definition: Admin.ice:285
sequence< ServerDynamicInfo > ServerDynamicInfoSeq
A sequence of server dynamic information structures.
Definition: Observer.ice:65
Information about an IceGrid application.
Definition: Admin.ice:332
sequence< ApplicationInfo > ApplicationInfoSeq
A sequence of ApplicationInfo structures.
Definition: Admin.ice:361
The node observer interface.
Definition: Observer.ice:139
Information about updates to an IceGrid application.
Definition: Admin.ice:368
sequence< AdapterDynamicInfo > AdapterDynamicInfoSeq
A sequence of adapter dynamic information structures.
Definition: Observer.ice:94
ServerState state
The state of the server.
Definition: Observer.ice:43
IceGrid is a server activation and deployment tool.
Definition: Admin.ice:24
sequence< AdapterInfo > AdapterInfoSeq
A sequence of adapter information structures.
Definition: Admin.ice:161
Information about an Ice object.
Definition: Admin.ice:101
string id
The id of the adapter.
Definition: Observer.ice:79
This interface allows applications to monitor the state of object adapters that are registered with I...
Definition: Observer.ice:263