| Package | Description |
|---|---|
| org.freedesktop.dbus | |
| org.freedesktop.dbus.connections | |
| org.freedesktop.dbus.messages |
| Modifier and Type | Method and Description |
|---|---|
MethodCall |
DBusAsyncReply.getCall() |
| Constructor and Description |
|---|
DBusAsyncReply(MethodCall _mc,
Method _me,
AbstractConnection _conn) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Long,MethodCall> |
AbstractConnection.getPendingCalls() |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler<? extends Object> |
PendingCallbackManager.getCallback(MethodCall _methodCall) |
DBusAsyncReply<?> |
PendingCallbackManager.getCallbackReply(MethodCall _methodCall) |
void |
AbstractConnection.queueCallback(MethodCall _call,
Method _method,
CallbackHandler<?> _callback) |
void |
PendingCallbackManager.queueCallback(MethodCall _call,
Method _method,
CallbackHandler<?> _callback,
AbstractConnection _connection) |
CallbackHandler<? extends Object> |
PendingCallbackManager.removeCallback(MethodCall _methodCall) |
| Modifier and Type | Method and Description |
|---|---|
MethodCall |
MethodReturn.getCall() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodReturn.setCall(MethodCall _call) |
| Constructor and Description |
|---|
MethodReturn(MethodCall mc,
String sig,
Object... args) |
MethodReturn(String source,
MethodCall mc,
String sig,
Object... args) |
Copyright © 2020. All rights reserved.