Methods' Summary |
getReturnType |
Returns the method's return type.
|
isOneway |
Returns true, if this method is declared oneway.
|
getParameters |
Returns all parameters of the method in order of IDL declaration.
|
getExceptions |
Returns declared exceptions that may occur upon invocations of the method.
|
Methods' Details |
getReturnType
- Description
- Returns the method's return type.
- Returns
- method's return type
|
|
isOneway
- Description
- Returns true, if this method is declared oneway.
- Returns
- true, if this method is declared oneway
|
|
getParameters
- Description
- Returns all parameters of the method in order of IDL declaration.
- Returns
- method parameters
|
|
getExceptions
- Description
- Returns declared exceptions that may occur upon invocations of the method.
- Returns
- declared exceptions of method
|
|
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.