:: com :: sun :: star :: ucb ::

service ContentProviderProxy

Exported Interfaces - Summary
::com::sun::star::uno::XInterface

The implementation of ::com::sun::star::uno::XInterface::queryInterface must instantiate 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.

XContentProviderSupplier

gives access to the original content provider behind the proxy. (details)

XContentProvider

a content provider implementation that wraps the original provider.

XParameterizedContentProvider

a parameterized content provider implementation that wraps the original provider.

Exported Interfaces - Details
::com::sun::star::uno::XInterface
Description
The implementation of ::com::sun::star::uno::XInterface::queryInterface must instantiate 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.
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.

XContentProvider
Description
a content provider implementation that wraps the original provider.
XParameterizedContentProvider
Description
a parameterized content provider implementation that wraps the original provider.

 
Top of Page