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

enum MethodMode
Description
MethodMode denotes the mode in which method calls are run, i.e. either oneway or twoway. Mode oneway denotes that a call may be run asynchronously (thus having no out parameters or return value)

Values
ONEWAY method may be run asynchronously  
TWOWAY method is run The  
Values' Details
ONEWAY
ONEWAY,
Description
method may be run asynchronously
TWOWAY
TWOWAY,
Description
method is run The
Top of Page