19 #ifndef __com_sun_star_registry_XImplementationRegistration_idl__
20 #define __com_sun_star_registry_XImplementationRegistration_idl__
30 module com { module sun { module star { module registry {
50 void registerImplementation( [in]
string aImplementationLoader,
51 [in]
string aLocation,
65 boolean revokeImplementation( [in]
string aLocation,
80 sequence<string> getImplementations( [in]
string aImplementationLoader,
81 [in]
string aLocation );
90 sequence<string> checkInstantiation( [in]
string implementationName );
allows access to a registry (a persistent data source).
Definition: XSimpleRegistry.idl:37
is thrown when an application tries to register a new component (implementation) using the XImplement...
Definition: CannotRegisterImplementationException.idl:39
base interface of all UNO interfaces
Definition: XInterface.idl:47
offers a registry for implementation objects and provides information about the registered implementa...
Definition: XImplementationRegistration.idl:35