Top   Module   Use   Manual   Index 

com :: sun :: star :: reflection ::

enum MethodMode


Description
These values are used to specify the calling mode of a method.


Values

ONEWAY
Description
The method call might be asynchronous
TWOWAY
Description
The method call is synchron
Top of Page