12 [[
"cpp:header-ext:h",
"objc:header-dir:objc"]]
51 [
"clr:implements:_System.IDisposable"]
105 void waitForShutdown();
116 [
"cpp:const"]
bool isShutdown();
137 [
"cpp:const"]
Object* stringToProxy(
string str);
151 [
"cpp:const"]
string proxyToString(
Object* obj);
169 [
"cpp:const"]
Object* propertyToProxy(
string property);
182 [
"cpp:const"]
PropertyDict proxyToProperty(
Object* proxy,
string property);
196 [
"cpp:const"]
Identity stringToIdentity(
string str);
209 [
"cpp:const"]
string identityToString(
Identity ident);
256 ObjectAdapter createObjectAdapterWithEndpoints(
string name,
string endpoints);
277 ObjectAdapter createObjectAdapterWithRouter(
string name, [
"objc:param:router"]
Router* rtr);
327 void addObjectFactory(
ObjectFactory factory, [
"objc:param:sliceId"]
string id);
375 [
"cpp:const"]
Logger getLogger();
396 [
"cpp:const"]
Router* getDefaultRouter();
415 void setDefaultRouter(
Router* rtr);
427 [
"cpp:const"]
Locator* getDefaultLocator();
448 void setDefaultLocator(
Locator* loc);
469 [
"async"]
void flushBatchRequests();
509 [
"cpp:const"]
Object* getAdmin();
521 void addAdminFacet(
Object servant,
string facet);
533 Object removeAdminFacet(
string facet);
544 Object findAdminFacet(
string facet);
The Ice core library.
Definition: BuiltinSequences.ice:15
An interface to associate implict contexts with communicators.
Definition: ImplicitContext.ice:47
The Ice locator interface.
Definition: Locator.ice:83
The identity of an Ice object.
Definition: Identity.ice:28
The Ice router interface.
Definition: Router.ice:27
The central object in Ice.
Definition: Communicator.ice:52
dictionary< string, string > PropertyDict
A simple collection of properties, represented as a dictionary of key/value pairs.
Definition: PropertiesAdmin.ice:28
local dictionary< string, Object > FacetMap
A mapping from facet name to servant.
Definition: FacetMap.ice:23
A property set used to configure Ice and Ice applications.
Definition: Properties.ice:28
A factory for objects.
Definition: ObjectFactory.ice:27
The Ice message logger.
Definition: Logger.ice:24
Each communicator has a plug-in manager to administer the set of plug-ins.
Definition: Plugin.ice:55
The communicator observer interface used by the Ice run-time to obtain and update observers for its o...
Definition: Instrumentation.ice:375
The object adapter provides an up-call interface from the Ice run time to the implementation of Ice o...
Definition: ObjectAdapter.ice:38