![]() |
Ice 3.8
Slice API Reference
|
A server application registers the endpoints of its indirect object adapters with the LocatorRegistry object. More...
defined in <Ice/LocatorRegistry.ice>
interface LocatorRegistry { ... }
Operations | |
idempotent void | setAdapterDirectProxy (string id, Object *proxy) throws AdapterNotFoundException, AdapterAlreadyActiveException |
Registers or unregisters the endpoints of an object adapter. | |
idempotent void | setReplicatedAdapterDirectProxy (string adapterId, string replicaGroupId, Object *proxy) throws AdapterNotFoundException, AdapterAlreadyActiveException, InvalidReplicaGroupIdException |
Registers or unregisters the endpoints of an object adapter. | |
idempotent void | setServerProcessProxy (string id, Process *proxy) throws ServerNotFoundException |
Registers a proxy to the Process object of a server application. |
A server application registers the endpoints of its indirect object adapters with the LocatorRegistry object.
Definition at line 37 of file LocatorRegistry.ice.