Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: lang ::

interface XUnoTunnel

Base Interface
com::sun::star::uno::XInterface

Description
the interface to tunnel UNO. This means providing access to data or something else, which is not specified in the UNO-IDL.


Methods' Summary

getSomething call this method to get something which is not specified in UNO.

Methods' Details

getSomething
 
hyper
getSomething(
[ in ] sequence< byte > aIdentifier );

Description
call this method to get something which is not specified in UNO.

The identifier specifies how the return is specified. The identifier must be globally unique, because it is unknown where the implementation lies.


Top of Page