| Overview | Namespace | Class | Index | Help |
| LIST OF: | VALUES |
::
enum RTMethodMode
- Summary
- specifies the mode of a method.
- Description
- A method can be synchron or asynchron (oneway). The const attribute for methods was removed so that the const values are deprecated.
Values |
|
| RT_MODE_INVALID |
|
| RT_MODE_ONEWAY |
|
| RT_MODE_ONEWAY_CONST |
|
| RT_MODE_TWOWAY |
|
| RT_MODE_TWOWAY_CONST |
|
| RT_MODE_ATTRIBUTE_GET |
|
| RT_MODE_ATTRIBUTE_SET |
|
Top of Page
Copyright © 2009 Sun Microsystems, Inc.


