Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
Known Services which Export this Interface |
|
com::sun::star::reflection::ProxyFactory | Specifies a factory object to create proxy objects. These proxy object represent a given target object and can be be aggregated. The proxy objects are UNO conforming and do NOT provide original target interfaces on queryInterface() calls. |
com::sun::star::reflection::ProxyFactory | Specifies a factory object to create proxy objects. These proxy object represent a given target object and can be be aggregated. The proxy objects are UNO conforming and do NOT provide original target interfaces on queryInterface() calls. |
Methods' Summary |
|
createProxy | Creates a new object that represents the given target object and can
be aggregated. The proxy object acts UNO conforming and does NOT provide
original target interfaces on queryInterface() calls. Be careful, e.g., when registering as a listener at the proxy, you will get event notification from the original object, meaning a different object! |
Methods' Details |
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.