22 module
com { module sun { module star { module registry {
42 void registerImplementation( [in]
string aImplementationLoader,
43 [in]
string aLocation,
57 boolean revokeImplementation( [in]
string aLocation,
72 sequence<string> getImplementations( [in]
string aImplementationLoader,
73 [in]
string aLocation );
82 sequence<string> checkInstantiation( [in]
string implementationName );
allows access to a registry (a persistent data source).
Definition: XSimpleRegistry.idl:30
Definition: Ambiguous.idl:20
is thrown when an application tries to register a new component (implementation) using the XImplement...
Definition: CannotRegisterImplementationException.idl:35
base interface of all UNO interfaces
Definition: XInterface.idl:45
offers a registry for implementation objects and provides information about the registered implementa...
Definition: XImplementationRegistration.idl:27