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

deprecated service RemoteProxyContentProvider
Description
A ::com::sun::star::ucb::ContentProvider that wraps remote content providers that (potentially) have been distributed to a UCB.

Before trying to pass a request to a 'real,' underlying content provider (which will most likely be a remote content provider distributed to this UCB), this proxy first activates any remote content providers that have been distributed here, but are still inactive (see ::com::sun::star::ucb::RemoteContentProviderAcceptor and ::com::sun::star::ucb::XRemoteContentProviderActivator for more information).

The way this works might change, therefore this interface is marked as deprectated.


Exported Interfaces
::com::sun::star::ucb::XContentProvider
Description
activates any potentially inactive remote content providers before passing on requests to the underlying ::com::sun::star::ucb::XContentProvider .
::com::sun::star::ucb::XContentIdentifierFactory
Usage Restrictions
optional
Description
activates any potentially inactive remote content providers before passing on requests to the underlying ::com::sun::star::ucb::XContentIdentifierFactory .
::com::sun::star::ucb::XParameterizedContentProvider
Usage Restrictions
optional
Description
allows this ::com::sun::star::ucb::ContentProvider to adjust itself to special needs.

 
Top of Page