Ice 3.9
C++ API Reference
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 NDataStormData-centric, broker-less publish/subscribe framework. C++ only
 CClonerThe Cloner template provides a method to clone user types
 CConfigThe configuration base class holds configuration options common to readers and writers
 CDecoderThe Decoder template provides a method to decode user types
 CEncoderThe Encoder template provides a method to encode decode user types
 CFilterFilter structure to specify the filter name and criteria value
 CFilteredKeyReaderThe filtered reader to read data elements whose key match a given filter
 CMultiKeyReaderThe key reader to read the data element associated with a given set of keys
 CMultiKeyWriterThe key writer to write data elements associated with a given set of keys
 CNodeAllows creating topic readers and writers
 CNodeOptionsOptions to configure a DataStorm node
 CNodeShutdownExceptionThe exception that is thrown when a blocking operation is interrupted by the shutdown of the node
 CReaderThe Reader class is used to retrieve samples for a data element
 CReaderConfigConfiguration options specific to readers
 CSampleA sample provides information about a data element update
 CSingleKeyReaderThe key reader to read the data element associated with a given key
 CSingleKeyWriterThe key writer to write the data element associated with a given key
 CTopicThe Topic class
 CWriterThe Writer class is used to write samples for a data element
 CWriterConfigConfiguration options specific to writers
 NGlacier2Communicate through firewalls and across NATs
 CAsyncIdentitySetManages a set of object identity constraints on a SessionPrx
 CAsyncPermissionsVerifierRepresents an object that checks user permissions
 CAsyncRouterThe Glacier2 specialization of the Ice::RouterPrx interface
 CAsyncSessionRepresents a session between a client application and the Glacier2 router
 CAsyncSessionControlRepresents a router-provided object that allows an application-provided session manager to configure the routing constraints for a session
 CAsyncSessionManagerRepresents an application-provided factory for session objects
 CAsyncSSLPermissionsVerifierRepresents an object that checks user permissions
 CAsyncSSLSessionManagerRepresents an application-provided factory for session objects
 CAsyncStringSetManages a set of constraints on a SessionPrx
 CCannotCreateSessionExceptionThe exception that is thrown when an attempt to create a new session fails
 CIdentitySetPrxManages a set of object identity constraints on a SessionPrx
 CPermissionDeniedExceptionThe exception that is thrown when a client is not allowed to create a session
 CPermissionsVerifierRepresents an object that checks user permissions
 CPermissionsVerifierPrxRepresents an object that checks user permissions
 CRouterPrxThe Glacier2 specialization of the Ice::RouterPrx interface
 CSessionRepresents a session between a client application and the Glacier2 router
 CSessionControlPrxRepresents a router-provided object that allows an application-provided session manager to configure the routing constraints for a session
 CSessionManagerRepresents an application-provided factory for session objects
 CSessionManagerPrxRepresents an application-provided factory for session objects
 CSessionNotExistExceptionThe exception that is thrown when a client tries to destroy a session with a router, but no session exists for this client
 CSessionPrxRepresents a session between a client application and the Glacier2 router
 CSSLInfoRepresents information gathered from an incoming SSL connection and used for authentication and authorization
 CSSLPermissionsVerifierRepresents an object that checks user permissions
 CSSLPermissionsVerifierPrxRepresents an object that checks user permissions
 CSSLSessionManagerRepresents an application-provided factory for session objects
 CSSLSessionManagerPrxRepresents an application-provided factory for session objects
 CStringSetPrxManages a set of constraints on a SessionPrx
 NIceThe Ice RPC framework
 NInstrumentationObservers for objects created by the Ice runtime
 CChildInvocationObserverRepresents an observer for remote or collocated invocations
 CCollocatedObserverRepresents an observer for collocated invocations
 CCommunicatorObserverThe communicator observer interface used by the Ice runtime to obtain and update observers for its observable objects
 CConnectionObserverRepresents an observer for Ice connections
 CDispatchObserverRepresents an observer for dispatches
 CInvocationObserverRepresents an observer for invocations on proxies
 CObserverThe base class for Ice observers
 CObserverUpdaterThe observer updater interface
 CRemoteObserverRepresents an observer for remote invocations
 CThreadObserverRepresents an observer for Ice threads
 NSSLSecure connections with SSL/TLS
 CCertificateEncodingExceptionThe exception that is thrown when a certificate cannot be encoded
 CCertificateReadExceptionThe exception that is thrown when a certificate cannot be read
 CEndpointInfoProvides access to an SSL endpoint information
 COpenSSLClientAuthenticationOptionsSSL transport options for client connections on Linux
 COpenSSLConnectionInfoProvides access to the connection details of an SSL connection
 COpenSSLServerAuthenticationOptionsSSL transport options for server connections on Linux
 CSchannelClientAuthenticationOptionsSSL transport options for client connections on Windows
 CSchannelConnectionInfoProvides access to the connection details of an SSL connection
 CSchannelServerAuthenticationOptionsThe SSL transport options for server connections on Windows
 CSecureTransportClientAuthenticationOptionsSSL transport options for client connections on macOS and iOS
 CSecureTransportConnectionInfoProvides access to the connection details of an SSL connection
 CSecureTransportServerAuthenticationOptionsSSL transport options for server connections on macOS and iOS
 CAdapterAlreadyActiveExceptionThe exception that is thrown when a server application tries to register endpoints for an object adapter that is already active
 CAdapterNotFoundExceptionThe exception that is thrown by a LocatorPrx implementation when it cannot find an object adapter
 CAlreadyRegisteredExceptionThe exception that is thrown when you attempt to register an object more than once with the Ice runtime
 CAsyncLocatorClient applications use the Locator object to resolve Ice indirect proxies
 CAsyncLocatorFinderProvides access to a LocatorPrx object via a fixed identity
 CAsyncLocatorRegistryA server application registers the endpoints of its indirect object adapters with the LocatorRegistry object
 CAsyncLoggerAdminRepresents the admin facet that allows an Ice application to attach its RemoteLoggerPrx to the local logger of an Ice communicator
 CAsyncProcessA server application managed by a locator implementation such as IceGrid hosts a Process object and registers a proxy to this object with the locator registry
 CAsyncPropertiesAdminProvides remote access to the properties of a communicator
 CAsyncRemoteLoggerRepresents an Ice object that accepts log messages
 CAsyncRouterRepresents an intermediary object that routes requests and replies between clients and Ice objects that are not directly reachable from these clients
 CAsyncRouterFinderProvides access to a RouterPrx object via a fixed identity
 CBasicStringConverterA StringConverter converts narrow or wide-strings to and from UTF-8 byte sequences
 CBatchRequestRepresents a batch request
 CBlobjectBase class for dynamic dispatch servants
 CBlobjectArrayBase class for dynamic dispatch servants that uses the array mapping
 CBlobjectArrayAsyncBase class for asynchronous dynamic dispatch servants that uses the array mapping
 CBlobjectAsyncBase class for asynchronous dynamic dispatch servants
 CCloseConnectionExceptionThe exception that is thrown when the connection has been gracefully shut down by the server
 CCloseTimeoutExceptionThe exception that is thrown when a graceful connection closure times out
 CCommunicatorCommunicator is the central object in Ice
 CCommunicatorDestroyedExceptionThe exception that is thrown when an operation fails because the communicator has been destroyed
 CCommunicatorHolderA helper class that uses Resource Acquisition Is Initialization (RAII) to hold a communicator instance, and automatically destroy this instance when the holder goes out of scope
 CCompositeSliceLoaderImplements SliceLoader by combining multiple SliceLoader instances
 CConnectFailedExceptionThe exception that is thrown when a connection establishment fails
 CConnectionRepresents a connection that uses the Ice protocol
 CConnectionAbortedExceptionThe exception that is thrown when an operation fails because the connection has been aborted
 CConnectionClosedExceptionThe exception that is thrown when an operation fails because the connection has been closed gracefully
 CConnectionInfoBase class for all connection info classes
 CConnectionLostExceptionThe exception that is thrown when an established connection is lost
 CConnectionRefusedExceptionThe exception that is thrown when the server host actively refuses a connection
 CConnectTimeoutExceptionThe exception that is thrown when a connection establishment times out
 CCtrlCHandlerProvides a portable way to handle Ctrl+C and Ctrl+C like signals
 CCurrentProvides information about an incoming request being dispatched
 CDatagramLimitExceptionThe exception that is thrown when a datagram exceeds the configured send or receive buffer size, or exceeds the maximum payload size of a UDP packet (65507 bytes)
 CDispatchExceptionThe exception that is thrown when a dispatch failed
 CDNSExceptionThe exception that is thrown to report a DNS resolution failure
 CEncodingVersionRepresents a version of the Slice encoding
 CEndpointAn endpoint specifies the address of the server-end of an Ice connection
 CEndpointInfoBase class for the endpoint info classes
 CExceptionAbstract base class for all Ice exceptions
 CFacetNotExistExceptionThe exception that is thrown when a dispatch could not find a servant for the identity + facet carried by the request
 CFeatureNotSupportedExceptionThe exception that is thrown when attempting to use an unsupported feature
 CFileExceptionThe exception that is thrown to report a file system error
 CFixedProxyExceptionThe exception that is thrown when attempting to change a connection-related property on a fixed proxy
 CIAPConnectionInfoProvides access to the connection details of an IAP connection
 CIAPEndpointInfoProvides access to an IAP endpoint information
 CIdentityRepresents the identity of an Ice object
 CIllegalConversionExceptionThis exception indicates the failure of a string conversion
 CImplicitContextRepresents the request context associated with a communicator
 CIncomingRequestRepresents a request received by a connection
 CInitializationDataRepresents a set of options that you can specify when initializing a communicator
 CInitializationExceptionThe exception that is thrown when communicator initialization fails
 CInputStreamRepresents a byte buffer used for unmarshaling data encoded using the Slice encoding
 CInvalidReplicaGroupIdExceptionThe exception that is thrown when the provided replica group is invalid
 CInvocationCanceledExceptionThe exception that is thrown when an asynchronous invocation fails because it was canceled explicitly by the user
 CInvocationTimeoutExceptionThe exception that is thrown when an invocation times out
 CIPConnectionInfoProvides access to the connection details of an IP connection
 CIPEndpointInfoProvides access to the address details of an IP endpoint
 CLocalExceptionBase class for all Ice exceptions not defined in Slice
 CLocatorClient applications use the Locator object to resolve Ice indirect proxies
 CLocatorFinderProvides access to a LocatorPrx object via a fixed identity
 CLocatorFinderPrxProvides access to a LocatorPrx object via a fixed identity
 CLocatorPrxClient applications use the Locator object to resolve Ice indirect proxies
 CLocatorRegistryA server application registers the endpoints of its indirect object adapters with the LocatorRegistry object
 CLocatorRegistryPrxA server application registers the endpoints of its indirect object adapters with the LocatorRegistry object
 CLoggerRepresents Ice's abstraction for logging and tracing
 CLoggerAdminPrxRepresents the admin facet that allows an Ice application to attach its RemoteLoggerPrx to the local logger of an Ice communicator
 CLoggerOutputCollects output and flushes it via a logger method
 CLoggerOutputBaseBase class for logger output utility classes
 CLoggerPluginA special plug-in that installs a logger during a communicator's initialization
 CLogMessageRepresents a full log message
 CMarshaledResultBase class for marshaled result structures, which are generated for operations marked with "marshaled-result" metadata
 CMarshalExceptionThe exception that is thrown when an error occurs during marshaling or unmarshaling
 CNativePropertiesAdminThe default implementation of the "Properties" admin facet
 CNoEndpointExceptionThe exception that is thrown when the Ice runtime cannot find a suitable endpoint to connect to
 CNotRegisteredExceptionThe exception that is thrown when attempting to find or deregister something that is not registered with Ice
 CObjectThe base class for servants
 CObjectAdapterAn object adapter is the main server-side Ice API
 CObjectAdapterDeactivatedExceptionThe exception that is thrown when attempting to use an ObjectAdapter that has been deactivated
 CObjectAdapterDestroyedExceptionThe exception that is thrown when attempting to use an ObjectAdapter that has been destroyed
 CObjectAdapterIdInUseExceptionThe exception that is thrown when an ObjectAdapter cannot be activated
 CObjectNotExistExceptionThe exception that is thrown when a dispatch could not find a servant for the identity carried by the request
 CObjectNotFoundExceptionThe exception that is thrown by a LocatorPrx implementation when it cannot find an object
 CObjectPrxThe base class for all Ice proxies
 COnewayOnlyExceptionThe exception that is thrown when attempting to invoke a oneway-only operation (an operation with the ["oneway"] metadata directive) using a twoway proxy
 COpaqueEndpointInfoProvides access to the details of an opaque endpoint
 COperationNotExistExceptionThe exception that is thrown when a dispatch could not find the operation carried by the request on the target servant
 COutgoingResponseRepresents the response to an incoming request
 COutputStreamRepresents a byte buffer used for marshaling data using the Slice encoding
 CParseExceptionThe exception that is thrown when the parsing of a string fails
 CPluginRepresents a communicator plug-in
 CPluginFactoryRepresents a plug-in factory
 CPluginInitializationExceptionThe exception that is thrown when the initialization of an Ice plugin fails
 CPluginManagerManages the plug-ins of a communicator
 CProcessPrxA server application managed by a locator implementation such as IceGrid hosts a Process object and registers a proxy to this object with the locator registry
 CPropertiesRepresents a set of properties used to configure Ice and Ice-based applications
 CPropertiesAdminProvides remote access to the properties of a communicator
 CPropertiesAdminPrxProvides remote access to the properties of a communicator
 CPropertyExceptionThe exception that is thrown when a property cannot be set or retrieved
 CProtocolExceptionThe base class for exceptions related to the Ice protocol
 CProtocolVersionRepresents a version of the Ice protocol
 CProxyProvides typed proxy functions
 CRemoteLoggerRepresents an Ice object that accepts log messages
 CRemoteLoggerAlreadyAttachedExceptionThrown when the provided RemoteLoggerPrx was previously attached to a LoggerAdminPrx
 CRemoteLoggerPrxRepresents an Ice object that accepts log messages
 CRequestFailedExceptionThe base class for the 3 NotExist exceptions
 CRouterRepresents an intermediary object that routes requests and replies between clients and Ice objects that are not directly reachable from these clients
 CRouterFinderProvides access to a RouterPrx object via a fixed identity
 CRouterFinderPrxProvides access to a RouterPrx object via a fixed identity
 CRouterPrxRepresents an intermediary object that routes requests and replies between clients and Ice objects that are not directly reachable from these clients
 CSecurityExceptionThe exception that is thrown when a failure occurs in the security subsystem
 CServantLocatorAn application-provided class that an object adapter uses to locate servants
 CServerNotFoundExceptionThe exception that is thrown when a server was not found
 CServiceA singleton class that helps you write Windows services and Unix daemons using Ice
 CSlicedDataHolds class slices that cannot be unmarshaled because their types are not known locally
 CSliceInfoEncapsulates the details of a class slice with an unknown type
 CSliceLoaderCreates class and exception instances from Slice type IDs
 CSocketExceptionThe exception that is thrown to report a socket error
 CStreamableTraitsProvides traits for a type that can be marshaled or unmarshaled to/from a stream of bytes using the Slice encoding
 CStreamHelperA helper template class for writing (marshaling) and reading (unmarshaling) values to and from a stream of Slice-encoded bytes
 CSyscallExceptionThe exception that is thrown to report the failure of a system call
 CTCPConnectionInfoProvides access to the connection details of a TCP connection
 CTCPEndpointInfoProvides access to a TCP endpoint information
 CTimeoutExceptionThe exception that is thrown when a timeout occurs
 CTraceFlushes output to Logger::trace
 CTwowayOnlyExceptionThe exception that is thrown when attempting to invoke an operation with ice_oneway, ice_batchOneway, ice_datagram, or ice_batchDatagram, and the operation has a return value, an out parameter, or an exception specification
 CUDPConnectionInfoProvides access to the connection details of a UDP connection
 CUDPEndpointInfoProvides access to a UDP endpoint information
 CUnknownExceptionThe exception that is thrown when a dispatch failed with an exception that is not a LocalException or a UserException
 CUnknownLocalExceptionThe exception that is thrown when a dispatch failed with a LocalException that is not a DispatchException
 CUnknownSlicedValueRepresents an instance of an unknown class
 CUnknownUserExceptionThe exception that is thrown when a client receives a UserException that was not declared in the operation's exception specification
 CUserExceptionAbstract base class for all exceptions defined in Slice
 CUTF8BufferProvides bytes to toUTF8
 CValueThe base class for instances of Slice-defined classes
 CWSConnectionInfoProvides access to the connection details of a WebSocket connection
 CWSEndpointInfoProvides access to a WebSocket endpoint information
 NIceBoxHost multiple independent services in the same Ice server
 CAlreadyStartedExceptionThe exception that is thrown when attempting to start a service that is already running
 CAlreadyStoppedExceptionThe exception that is thrown when attempting to stop a service that is already stopped
 CAsyncServiceManagerAdministers the services of an IceBox server
 CAsyncServiceObserverObserves the status of services in an IceBox server
 CFailureExceptionThe exception that is thrown when an IceBox service fails to start
 CNoSuchServiceExceptionThe exception that is thrown when a service name does not refer to a known service
 CServiceRepresents an IceBox service that you implement and that the IceBox service manager starts and later stops
 CServiceManagerPrxAdministers the services of an IceBox server
 CServiceObserverObserves the status of services in an IceBox server
 CServiceObserverPrxObserves the status of services in an IceBox server
 NIceBTThe Bluetooth transport plug-in
 CBluetoothExceptionIndicates a failure in the Bluetooth plug-in
 CConnectionInfoProvides access to the details of a Bluetooth connection
 CEndpointInfoProvides access to Bluetooth endpoint information
 CPluginRepresents the IceBT plug-in object
 NIceDiscovery
 CAsyncLookupLooks up objects and object adapters using UDP multicast
 CAsyncLookupReplyRepresents a callback object implemented by IceDiscovery clients
 CLookupLooks up objects and object adapters using UDP multicast
 CLookupPrxLooks up objects and object adapters using UDP multicast
 CLookupReplyRepresents a callback object implemented by IceDiscovery clients
 CLookupReplyPrxRepresents a callback object implemented by IceDiscovery clients
 NIceGridDeploy and manage Ice servers
 CAccessDeniedExceptionThe exception that is thrown when the registry update lock cannot be acquired
 CAdapterDescriptorDescribes an indirect object adapter
 CAdapterDynamicInfoDynamic information about the state of an adapter
 CAdapterInfoInformation about an adapter registered with the IceGrid registry
 CAdapterNotExistExceptionThe exception that is thrown when IceGrid does not know an object adapter with the provided adapter ID
 CAdapterObserverMonitors dynamically-registered object adapters
 CAdapterObserverPrxMonitors dynamically-registered object adapters
 CAdaptiveLoadBalancingPolicyThe load balancing policy that returns the endpoints of the server(s) with the lowest load average
 CAdminPrxProvides administrative access to an IceGrid deployment
 CAdminSessionPrxRepresents an administrative session between an admin tool and an IceGrid registry
 CAllocationExceptionThe exception that is thrown when the allocation of an object failed
 CAllocationTimeoutExceptionThe exception that is thrown when the request to allocate an object times out
 CApplicationDescriptorDescribes an application
 CApplicationInfoInformation about an IceGrid application
 CApplicationNotExistExceptionThe exception that is thrown when IceGrid does not know an application with the provided name
 CApplicationObserverMonitors applications
 CApplicationObserverPrxMonitors applications
 CApplicationUpdateDescriptorAn application update descriptor to describe the updates to apply to a deployed application
 CApplicationUpdateInfoInformation about updates to an IceGrid application
 CAsyncAdapterObserverMonitors dynamically-registered object adapters
 CAsyncAdminProvides administrative access to an IceGrid deployment
 CAsyncAdminSessionRepresents an administrative session between an admin tool and an IceGrid registry
 CAsyncApplicationObserverMonitors applications
 CAsyncFileIteratorIterates over an IceGrid log file
 CAsyncFileParsericegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects
 CAsyncLocatorProvides access to the QueryPrx and RegistryPrx objects implemented by the IceGrid registry
 CAsyncNodeObserverMonitors changes to the state of the nodes
 CAsyncObjectObserverMonitors well-known objects that are added, updated or removed using AdminPrx
 CAsyncQueryFinds well-known Ice objects registered with the IceGrid registry
 CAsyncRegistryRepresents the main entry point into the IceGrid registry service
 CAsyncRegistryObserverMonitors changes to the state of the registries
 CAsyncSessionRepresents a session object used by IceGrid clients to allocate and release objects
 CAsyncUserAccountMapperMaps user strings in server descriptors to actual user account names
 CBadSignalExceptionThe exception that is thrown when an unknown signal is sent to a server
 CBoxedDistributionDescriptorA "boxed" distribution descriptor
 CBoxedStringA "boxed" string
 CCommunicatorDescriptorDescribes an Ice communicator
 CDbEnvDescriptorA Freeze database environment descriptor (deprecated, no longer used)
 CDeploymentExceptionThe exception that is thrown when IceGrid cannot deploy a server
 CDistributionDescriptorDescribes a distribution
 CFileIteratorPrxIterates over an IceGrid log file
 CFileNotAvailableExceptionThe exception that is thrown when a log file is not available
 CFileParserPrxicegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects
 CIceBoxDescriptorDescribes an IceBox server
 CLoadBalancingPolicyThe base class for load balancing policies
 CLoadInfoInformation about the load of a node
 CLocatorPrxProvides access to the QueryPrx and RegistryPrx objects implemented by the IceGrid registry
 CNodeDescriptorDescribes an IceGrid node
 CNodeDynamicInfoDynamic information about the state of a node
 CNodeInfoInformation about an IceGrid node
 CNodeNotExistExceptionThe exception that is thrown when IceGrid does not know a node with the provided name
 CNodeObserverMonitors changes to the state of the nodes
 CNodeObserverPrxMonitors changes to the state of the nodes
 CNodeUnreachableExceptionThe exception that is thrown when IceGrid cannot reach a node
 CNodeUpdateDescriptorDescribes the updates to apply to a node in a deployed application
 CObjectDescriptorDescribes a well-known Ice object
 CObjectExistsExceptionThe exception that is thrown when a well-known object is already registered
 CObjectInfoInformation about an Ice well-known object
 CObjectNotRegisteredExceptionThe exception that is thrown when a well-known object is not registered
 CObjectObserverMonitors well-known objects that are added, updated or removed using AdminPrx
 CObjectObserverPrxMonitors well-known objects that are added, updated or removed using AdminPrx
 CObserverAlreadyRegisteredExceptionThe exception that is thrown when an observer is already registered with the registry
 COrderedLoadBalancingPolicyThe load balancing policy that returns endpoints in order
 CParseExceptionThe exception that is thrown when an error occurs during the parsing of an IceGrid XML file
 CPermissionDeniedExceptionThe exception that is thrown when a client is not allowed to create a session
 CPropertyDescriptorDescribes an Ice property
 CPropertySetDescriptorA property set descriptor
 CQueryPrxFinds well-known Ice objects registered with the IceGrid registry
 CRandomLoadBalancingPolicyThe load balancing policy that returns endpoints in a random order
 CRegistryInfoInformation about an IceGrid registry replica
 CRegistryNotExistExceptionThe exception that is thrown when IceGrid does not know a registry with the provided name
 CRegistryObserverMonitors changes to the state of the registries
 CRegistryObserverPrxMonitors changes to the state of the registries
 CRegistryPluginFacadeThe RegistryPluginFacade is implemented by IceGrid and can be used by plugins and filter implementations to retrieve information from IceGrid about the well-known objects or adapters
 CRegistryPrxRepresents the main entry point into the IceGrid registry service
 CRegistryUnreachableExceptionThe exception that is thrown when IceGrid cannot reach a registry
 CReplicaGroupDescriptorDescribes a replica group
 CReplicaGroupFilterThe ReplicaGroupFilter is used by IceGrid to filter adapters returned to the client when it resolves a filtered replica group
 CRoundRobinLoadBalancingPolicyThe load balancing policy that returns endpoints using round-robin
 CServerDescriptorDescribes an Ice server
 CServerDynamicInfoDynamic information about the state of a server
 CServerInfoInformation about a server managed by an IceGrid node
 CServerInstanceDescriptorDescribes a template instantiation that creates a server
 CServerNotExistExceptionThe exception that is thrown when IceGrid does not know a server with the provided server ID
 CServerStartExceptionThe exception that is thrown when a server failed to start
 CServerStopExceptionThe exception that is thrown when a server failed to stop
 CServiceDescriptorDescribes an IceBox service
 CServiceInstanceDescriptorDescribes an IceBox service
 CSessionPrxRepresents a session object used by IceGrid clients to allocate and release objects
 CTemplateDescriptorDescribes a template for a server or an IceBox service
 CTypeFilterThe TypeFilter is used by IceGrid to filter well-known proxies returned to the client when it searches a well-known object by type
 CUserAccountMapperMaps user strings in server descriptors to actual user account names
 CUserAccountMapperPrxMaps user strings in server descriptors to actual user account names
 CUserAccountNotFoundExceptionThe exception that is thrown when a user account for a given session identifier can't be found
 NIceLocatorDiscoveryIceLocatorDiscovery is an Ice plug-in that enables the discovery of Ice locators (such as IceGrid) via UDP multicast
 CAsyncLookupLooks for a locator using UDP multicast
 CAsyncLookupReplyRepresents a callback object implemented by IceLocatorDiscovery clients
 CLookupLooks for a locator using UDP multicast
 CLookupPrxLooks for a locator using UDP multicast
 CLookupReplyRepresents a callback object implemented by IceLocatorDiscovery clients
 CLookupReplyPrxRepresents a callback object implemented by IceLocatorDiscovery clients
 NIceMXThe Ice Management eXtension facility
 CAsyncMetricsAdminThe metrics administrative facet interface
 CChildInvocationMetricsProvides information on child invocations
 CCollocatedMetricsProvides information on invocations that are collocated
 CConnectionMetricsProvides information on the data sent and received over Ice connections
 CDispatchMetricsProvides information on servant dispatches
 CInvocationMetricsProvide measurements for proxy invocations
 CMetricsThe base class for metrics
 CMetricsAdminPrxThe metrics administrative facet interface
 CMetricsFailuresKeeps track of metrics failures
 CRemoteMetricsProvides information on invocations that are specifically sent over Ice connections
 CSessionMetricsProvides information about Glacier2 sessions
 CSubscriberMetricsProvides information about IceStorm subscribers
 CThreadMetricsProvides information on the number of threads currently in use and their activity
 CTopicMetricsProvides information about one or more IceStorm topics
 CUnknownMetricsViewThe exception that is thrown when a metrics view cannot be found
 NIceStormLightweight publish/subscribe framework, available for all Ice language mappings
 CAlreadySubscribedThe exception that is thrown when attempting to subscribe a proxy for which a subscription already exists
 CAsyncFinderProvides access to a TopicManagerPrx object via a fixed identity
 CAsyncTopicRepresents an IceStorm topic
 CAsyncTopicManagerRepresents an object that manages topics
 CBadQoSThe exception that is thrown when attempting to subscribe with an invalid QoS
 CFinderPrxProvides access to a TopicManagerPrx object via a fixed identity
 CLinkExistsThe exception that is thrown when attempting to create a link that already exists
 CLinkInfoInformation about a topic link
 CNoSuchLinkThe exception that is thrown when attempting to remove a link that does not exist
 CNoSuchTopicThe exception that is thrown when attempting to retrieve a topic that does not exist
 CTopicExistsThe exception that is thrown when attempting to create a topic that already exists
 CTopicManagerPrxRepresents an object that manages topics
 CTopicPrxRepresents an IceStorm topic