Returns formal parameter (警察などへの)密告,告訴(状)s of the 反映するd method
in order of IDL 宣言.
Parameter (警察などへの)密告,告訴(状) 反映するs the parameter's 接近 方式 (in, out, inout),
the parameter's 指名する and formal type.
Returns the method 方式 in which calls are run, i.e. either oneway or
twoway. Method 方式 oneway denotes that a call may be run asynchronously
(thus having no out parameters or return value)
Invokes the 反映するd method on a given 反対する with the given parameters.
The parameters may be 広げるing 変えるd to fit their exact IDL type,
meaning no loss of (警察などへの)密告,告訴(状).
Returns formal parameter (警察などへの)密告,告訴(状)s of the 反映するd method
in order of IDL 宣言.
Parameter (警察などへの)密告,告訴(状) 反映するs the parameter's 接近 方式 (in, out, inout),
the parameter's 指名する and formal type.
Returns the method 方式 in which calls are run, i.e. either oneway or
twoway. Method 方式 oneway denotes that a call may be run asynchronously
(thus having no out parameters or return value)
Invokes the 反映するd method on a given 反対する with the given parameters.
The parameters may be 広げるing 変えるd to fit their exact IDL type,
meaning no loss of (警察などへの)密告,告訴(状).
Parameter obj
反対する to call on
Parameter args
arguments passed to the method
Returns
return value of the method call (may be empty for methods returning 無効の)
Throws
IllegalArgumentException
if the given 反対する is a nuull 言及/関連 or does not support the 反映するd
method's interface
Throws
IllegalArgumentException
if the given number of arguments 異なる from the 推定する/予想するd number
or the given arguments' types 異なる from the 推定する/予想するd ones (even a
広げるing 転換 was not possible)
Throws
InvocationTargetException
if the 反映するd method that has been invoked has thrown an exception.
The 初めの exception will be wrapped up and signalled by the
InvocationTargetException