| Package | Description |
|---|---|
| org.freedesktop.dbus |
| Modifier and Type | Field and Description |
|---|---|
protected Map<MethodCall,DBusAsyncReply<? extends Object>> |
AbstractConnection.pendingCallbackReplys |
| Modifier and Type | Method and Description |
|---|---|
DBusAsyncReply |
AbstractConnection.callMethodAsync(DBusInterface object,
String m,
Object... parameters)
Call a method asynchronously and get a handle with which to get the reply.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DBusAsyncReply<? extends Object>> |
DBusAsyncReply.hasReply(Collection<DBusAsyncReply<? extends Object>> replies)
Check if any of a set of asynchronous calls have had a reply.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DBusAsyncReply<? extends Object>> |
DBusAsyncReply.hasReply(Collection<DBusAsyncReply<? extends Object>> replies)
Check if any of a set of asynchronous calls have had a reply.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.