器具/実施するing a content provider proxy can be useful if the 創造 of
the real content provider 反対する shall be deferred for some 推論する/理由
(i.e. 業績/成果) until the first method gets called on it. Instaead of
instanciating and 登録(する)ing the real provider at the UCB, a proxy for
the real provider can be created and 登録(する)d at the UCB.
The 実施 of
::com::sun::星/主役にする::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 器具/実施するd by the proxy itself. So the 報知係 of
the queryInterface method at the proxy will get 接近 to the real
provider in a 完全に transparent way.
The 実施 of
::com::sun::星/主役にする::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 器具/実施するd by the proxy itself. So the 報知係 of
the queryInterface method at the proxy will get 接近 to the real
provider in a 完全に transparent way.
gives 接近 to the 初めの content provider behind the proxy.
The 実施 will instantiate the real content provider only
on 需要・要求する using its UNO service 指名する. This will 負担 the content
providers 実施 code (dynamic library), if not already done.