![]() |
Overview Represents a persistent data store of ImplementationDef objects, each representing a logical server that has been registered. File name implrep Supported methods ImplRepository::find_impldef ImplRepository::find_impldef_by_alias
Intended Usage
The ImplRepository class represents the Implementation Repository, a persistent data store of ImplementationDef objects, each representing a logical server that has been registered.
The ImplRepository class is intended to be used by server applications, using the find_impldef or find_impldef_by_alias method, to retrieve the ImplementationDef representing that server application. Each server must retrieve its own ImplementationDef object from the Implementation Repository (using the ImplRepository class), because the ImplementationDef is a parameter required by the BOA::impl_is_ready method.
The other methods of the ImplRepository class are not typically used by client or server applications, but can be used by an application to programmatically administer the Implementation Repository. (Typically servers are registered and unregistered from the Implementation Repository using the product tools, rather than programmatically by an application.)
Related reference... | |
Parent: CORBA module in Object Request Broker | |
ImplRepository::find_impldef | |
ImplRepository::find_impldef_by_alias | |