public class MessageHandler extends Object
| Constructor | Description |
|---|---|
MessageHandler(org.freedesktop.dbus.connections.impl.DBusConnection connection) |
| Modifier and Type | Method | Description |
|---|---|---|
org.freedesktop.dbus.types.Variant |
getAllProperties(String service,
String path,
String iface) |
|
org.freedesktop.dbus.connections.impl.DBusConnection |
getConnection() |
|
org.freedesktop.dbus.types.Variant |
getProperty(String service,
String path,
String iface,
String property) |
|
Object[] |
send(String service,
String path,
String iface,
String method,
String signature,
Object... args) |
|
void |
setProperty(String service,
String path,
String iface,
String property,
org.freedesktop.dbus.types.Variant value) |
public MessageHandler(org.freedesktop.dbus.connections.impl.DBusConnection connection)
public Object[] send(String service, String path, String iface, String method, String signature, Object... args)
public org.freedesktop.dbus.types.Variant getProperty(String service, String path, String iface, String property)
public org.freedesktop.dbus.types.Variant getAllProperties(String service, String path, String iface)
public void setProperty(String service, String path, String iface, String property, org.freedesktop.dbus.types.Variant value)
public org.freedesktop.dbus.connections.impl.DBusConnection getConnection()
Copyright © 2019. All rights reserved.