Ice 3.7 Slice API Reference
Loading...
Searching...
No Matches
Admin.ice File Reference
Include dependency graph for Admin.ice:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Interfaces

interface  IceGrid::AdapterObserver
 This interface allows applications to monitor the state of object adapters that are registered with IceGrid. More...
interface  IceGrid::Admin
 The IceGrid administrative interface. More...
interface  IceGrid::AdminSession
 Used by administrative clients to view, update, and receive observer updates from the IceGrid registry. More...
interface  IceGrid::ApplicationObserver
 The database observer interface. More...
interface  IceGrid::FileIterator
 This interface provides access to IceGrid log file contents. More...
interface  IceGrid::NodeObserver
 The node observer interface. More...
interface  IceGrid::ObjectObserver
 This interface allows applications to monitor IceGrid well-known objects. More...
interface  IceGrid::RegistryObserver
 This interface allows applications to monitor changes the state of the registry. More...

Structs

struct  IceGrid::AdapterDynamicInfo
 Dynamic information about the state of an adapter. More...
struct  IceGrid::AdapterInfo
 Information about an adapter registered with the IceGrid registry. More...
struct  IceGrid::ApplicationInfo
 Information about an IceGrid application. More...
struct  IceGrid::ApplicationUpdateInfo
 Information about updates to an IceGrid application. More...
struct  IceGrid::LoadInfo
 Information about the load of a node. More...
struct  IceGrid::NodeDynamicInfo
 Dynamic information about the state of a node. More...
struct  IceGrid::NodeInfo
 Information about an IceGrid node. More...
struct  IceGrid::ObjectInfo
 Information about an Ice object. More...
struct  IceGrid::RegistryInfo
 Information about an IceGrid registry replica. More...
struct  IceGrid::ServerDynamicInfo
 Dynamic information about the state of a server. More...
struct  IceGrid::ServerInfo
 Information about a server managed by an IceGrid node. More...

Modules

namespace  IceGrid

Sequences

sequence< AdapterDynamicInfoIceGrid::AdapterDynamicInfoSeq
 A sequence of adapter dynamic information structures.
sequence< AdapterInfoIceGrid::AdapterInfoSeq
 A sequence of adapter information structures.
sequence< ApplicationInfoIceGrid::ApplicationInfoSeq
 A sequence of ApplicationInfo structures.
sequence< NodeDynamicInfoIceGrid::NodeDynamicInfoSeq
 A sequence of node dynamic information structures.
sequence< ObjectInfoIceGrid::ObjectInfoSeq
 A sequence of object information structures.
sequence< RegistryInfoIceGrid::RegistryInfoSeq
 A sequence of RegistryInfo structures.
sequence< ServerDynamicInfoIceGrid::ServerDynamicInfoSeq
 A sequence of server dynamic information structures.

Dictionaries

dictionary< string, Object > IceGrid::StringObjectProxyDict
 A dictionary of proxies.

Enumerations

enum  IceGrid::ServerState {
  IceGrid::Inactive , IceGrid::Activating , IceGrid::ActivationTimedOut , IceGrid::Active ,
  IceGrid::Deactivating , IceGrid::Destroying , IceGrid::Destroyed
}
 An enumeration representing the state of the server. More...