keycloak-federation
|
公開メンバ関数 | |
boolean | hasReply () |
ReturnType | getReply () throws DBusExecutionException |
String | toString () |
静的公開メンバ関数 | |
static Collection< DBusAsyncReply<? extends Object > > | hasReply (Collection< DBusAsyncReply<? extends Object >> replies) |
関数 | |
DBusAsyncReply (MethodCall mc, Method me, AbstractConnection conn) | |
Method | getMethod () |
AbstractConnection | getConnection () |
MethodCall | getCall () |
非公開メンバ関数 | |
synchronized void | checkReply () |
非公開変数類 | |
ReturnType | rval = null |
DBusExecutionException | error = null |
MethodCall | mc |
Method | me |
AbstractConnection | conn |
A handle to an asynchronous method call.
|
inlinepackage |
|
inlineprivate |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
|
inline |
Get the reply.
DBusExecutionException | if the reply to the method was an error. |
NoReply | if the method hasn't had a reply yet |
|
inlinestatic |
Check if any of a set of asynchronous calls have had a reply.
replies | A Collection of handles to replies to check. |
|
inline |
Check if we've had a reply.
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |