Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: uno ::

interface XNamingService
Description
allows to insert, remove and access named objects.

Methods' Summary
getRegisteredObject provides a previous registered object.  
registerObject registers one object under the specified name.  
revokeObject revokes the registration of an object.  
Methods' Details
getRegisteredObject
XInterface
getRegisteredObject( [in] string  Name )
raises( Exception );

Description
provides a previous registered object.
registerObject
void
registerObject( [in] string  Name,
[in] XInterface  Object )
raises( Exception );

Description
registers one object under the specified name.

If any object is registered before, then this object is revoked automatically.

revokeObject
void
revokeObject( [in] string  Name )
raises( Exception );

Description
revokes the registration of an object.

If the object was not previously registered, then this call does nothing.

Top of Page

Community Over Code North America 2025

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.