| Package | Description |
|---|---|
| org.freedesktop.dbus | |
| org.freedesktop.dbus.connections | |
| org.freedesktop.dbus.connections.impl | |
| org.freedesktop.dbus.messages |
| Modifier and Type | Method and Description |
|---|---|
AbstractConnection |
DBusAsyncReply.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
Marshalling.convertParameters(Object[] _parameters,
Type[] _types,
AbstractConnection _conn)
Recursively converts types for serialization onto DBus.
|
static Object |
RemoteInvocationHandler.convertRV(String sig,
Object[] rp,
Method m,
AbstractConnection conn) |
static Object[] |
Marshalling.deSerializeParameters(Object[] _parameters,
Type[] _types,
AbstractConnection _conn) |
static Object |
RemoteInvocationHandler.executeRemoteMethod(RemoteObject ro,
Method m,
AbstractConnection conn,
int syncmethod,
CallbackHandler<?> callback,
Object... args) |
| Constructor and Description |
|---|
DBusAsyncReply(MethodCall _mc,
Method _me,
AbstractConnection _conn) |
RemoteInvocationHandler(AbstractConnection _conn,
RemoteObject _remote) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConnection.handleException(AbstractConnection dbusConnection,
Message methodOrSignal,
DBusExecutionException exception) |
void |
PendingCallbackManager.queueCallback(MethodCall _call,
Method _method,
CallbackHandler<?> _callback,
AbstractConnection _connection) |
| Constructor and Description |
|---|
IncomingMessageThread(AbstractConnection _connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
DBusConnection
Handles a connection to DBus.
|
class |
DirectConnection
Handles a peer to peer connection between two applications withou a bus daemon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBusSignal.appendbody(AbstractConnection conn) |
DBusSignal |
DBusSignal.createReal(AbstractConnection conn) |
Copyright © 2020. All rights reserved.