Exported Interfaces |
::com::sun::star::uno::XInterface |
- Description
- The implementation of
::com::sun::star::uno::XInterface::queryInterface
must instanciate the real provider and return the return value
of a queryInterface call at the real provider, except for queries
for the interfaces implemented by the proxy itself. So the caller of
the queryInterface method at the proxy will get access to the real
provider in a completely transparent way.
|
::com::sun::star::ucb::XContentProviderSupplier |
- Description
- gives access to the original content provider behind the proxy.
The implementation will instantiate the real content provider only
on demand using its UNO service name. This will load the content
providers implementation code (dynamic library), if not already done.
|
::com::sun::star::ucb::XContentProvider |
- Description
- a content provider implementation that wrappes the original provider.
|
::com::sun::star::ucb::XParameterizedContentProvider |
- Description
- a parameterized content provider implementation that wrappes the
original provider.
|
Copyright © 2003 Sun Microsystems, Inc.