Methods' Summary |
createProxy |
This method creates a new proxy object that acts on behalf of the given
target object.
The proxy delegates calls to the given target object.
In addition, it is aggregatable, thus it is possible to
intercept calls on the proxy's interfaces.
@attention
The proxy object is UNO conform, but does NOT provide original target
interfaces on queryInterface() calls. This may lead to problems
regarding object identity, e.g. when dealing with listener proxies.
|
Methods' Details |
createProxy
- Description
- This method creates a new proxy object that acts on behalf of the given
target object.
The proxy delegates calls to the given target object.
In addition, it is aggregatable, thus it is possible to
intercept calls on the proxy's interfaces.
@attention
The proxy object is UNO conform, but does NOT provide original target
interfaces on queryInterface() calls. This may lead to problems
regarding object identity, e.g. when dealing with listener proxies.
- Parameter xTarget
- target object
- Returns
- proxy object
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.