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 {
47 void registerImplementation( [in]
string aImplementationLoader,
48 [in]
string aLocation,
62 boolean revokeImplementation( [in]
string aLocation,
77 sequence<string> getImplementations( [in]
string aImplementationLoader,
78 [in]
string aLocation );
87 sequence<string> checkInstantiation( [in]
string implementationName );
allows access to a registry (a persistent data source).
Definition: XSimpleRegistry.idl:37
Definition: Ambiguous.idl:22
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