Lines Matching refs:method
55 /** Reflects an IDL interface method.
59 /** Returns the return type of the reflected method.
62 return type of reflected method
66 /** Returns the formal parameter types of the reflected method in order of IDL
70 formal parameter types of reflected method
74 /** Returns formal parameter informations of the reflected method
80 parameter informations of reflected method
84 /** Returns the declared exceptions types of the reflected method.
87 declared exception types of reflected method
91 /** Returns the method mode in which calls are run, i.e. either oneway or
96 method mode of reflected method
100 /** Invokes the reflected method on a given object with the given parameters.
107 arguments passed to the method
109 return value of the method call (may be empty for methods returning void)
113 method's interface
119 if the reflected method that has been invoked has thrown an exception.