12 [[
"cpp:header-ext:h",
"objc:header-dir:objc"]]
47 [
"cpp:const"]
string getName();
141 void waitForDeactivate();
152 [
"cpp:const"]
bool isDeactivated();
192 Object* add(
Object servant, [
"objc:param:identity"]
Identity id);
216 Object* addFacet(
Object servant, [
"objc:param:identity"]
Identity id,
string facet);
237 Object* addWithUUID(
Object servant);
260 Object* addFacetWithUUID(
Object servant,
string facet);
300 void addDefaultServant(
Object servant,
string category);
339 Object removeFacet(
Identity id,
string facet);
373 Object removeDefaultServant(
string category);
395 [
"cpp:const"]
Object find(
Identity id);
418 [
"cpp:const"]
Object findFacet(
Identity id,
string facet);
456 [
"cpp:const"]
Object findByProxy(
Object* proxy);
557 [
"cpp:const"]
Object findDefaultServant(
string category);
576 [
"cpp:const"]
Object* createProxy(
Identity id);
591 [
"cpp:const"]
Object* createDirectProxy(
Identity id);
607 [
"cpp:const"]
Object* createIndirectProxy(
Identity id);
636 [
"cpp:const"]
Locator* getLocator();
647 void refreshPublishedEndpoints();
The Ice core library.
Definition: BuiltinSequences.ice:15
local sequence< Endpoint > EndpointSeq
A sequence of endpoints.
Definition: EndpointF.ice:30
The Ice locator interface.
Definition: Locator.ice:83
The identity of an Ice object.
Definition: Identity.ice:28
The central object in Ice.
Definition: Communicator.ice:52
A servant locator is called by an object adapter to locate a servant that is not found in its active ...
Definition: ServantLocator.ice:31
local dictionary< string, Object > FacetMap
A mapping from facet name to servant.
Definition: FacetMap.ice:23
The object adapter provides an up-call interface from the Ice run time to the implementation of Ice o...
Definition: ObjectAdapter.ice:38