Executing interface for executable components run by the uno executable loader. More...
import "XMain.idl";
 
  
| Public Member Functions | |
| long | run ([in] sequence< string > aArguments) | 
| This method is called to run the component. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Executing interface for executable components run by the uno executable loader.
This is an application to run components passing the command line arguments.
| long run | ( | [in] sequence< string > | aArguments | ) | 
This method is called to run the component.
| aArguments | arguments passed to the component, i.e. the command line arguments |