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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.