Ice 3.6 Slice API 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>
Go to the source code of this file.
Interfaces | |
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::FileIterator |
This interface provides access to IceGrid log file contents. More... | |
Structs | |
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::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::ServerInfo |
Information about a server managed by an IceGrid node. More... | |
Modules | |
IceGrid | |
IceGrid is a server activation and deployment tool. | |
Sequences | |
sequence< AdapterInfo > | IceGrid::AdapterInfoSeq |
A sequence of adapter information structures. More... | |
sequence< ApplicationInfo > | IceGrid::ApplicationInfoSeq |
A sequence of ApplicationInfo structures. More... | |
sequence< ObjectInfo > | IceGrid::ObjectInfoSeq |
A sequence of object information structures. More... | |
sequence< RegistryInfo > | IceGrid::RegistryInfoSeq |
A sequence of RegistryInfo 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... | |