:: 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
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.