Ice 3.7 Slice API Reference
Interfaces | Structs | Modules | Sequences | Dictionaries | Enumerations
Admin.ice File Reference
#include <Ice/Identity.ice>
#include <Ice/BuiltinSequences.ice>
#include <Ice/Properties.ice>
#include <Ice/SliceChecksumDict.ice>
#include <Glacier2/Session.ice>
#include <IceGrid/Exception.ice>
#include <IceGrid/Descriptor.ice>
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

 IceGrid
 

Sequences

sequence< AdapterDynamicInfo > IceGrid::AdapterDynamicInfoSeq
 A sequence of adapter dynamic information structures. More...
 
sequence< AdapterInfo > IceGrid::AdapterInfoSeq
 A sequence of adapter information structures. More...
 
sequence< ApplicationInfo > IceGrid::ApplicationInfoSeq
 A sequence of ApplicationInfo structures. More...
 
sequence< NodeDynamicInfo > IceGrid::NodeDynamicInfoSeq
 A sequence of node dynamic information structures. More...
 
sequence< ObjectInfo > IceGrid::ObjectInfoSeq
 A sequence of object information structures. More...
 
sequence< RegistryInfo > IceGrid::RegistryInfoSeq
 A sequence of RegistryInfo structures. More...
 
sequence< ServerDynamicInfo > IceGrid::ServerDynamicInfoSeq
 A sequence of server dynamic information structures. More...
 

Dictionaries

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

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