| Package | Description |
|---|---|
| org.freedesktop | |
| org.freedesktop.dbus | |
| org.freedesktop.dbus.bin | |
| org.freedesktop.dbus.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Variant<?>> |
DBus.GetConnectionCredentials(String busName)
DBUS Specification:
Returns as many credentials as possible for the process connected to the server. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Struct> |
StructHelper.createStructFromVariant(Variant<?> _variant,
Class<T> _structClass)
Creates a instance of the given
Struct subclass if the given variant is some sort of Struct. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Variant<?>> |
DBusDaemon.DBusServer.GetConnectionCredentials(String _busName) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Map<String,Variant<?>>> |
ObjectManager.InterfacesAdded.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Variant<?>> |
Properties.GetAll(String interface_name)
Get all properties and values.
|
Map<String,Map<String,Variant<?>>> |
ObjectManager.InterfacesAdded.getInterfaces()
Returns the added interfaces.
|
Map<DBusPath,Map<String,Map<String,Variant<?>>>> |
ObjectManager.GetManagedObjects()
Get a sub-tree of objects.
|
Map<String,Variant<?>> |
Properties.PropertiesChanged.getPropertiesChanged()
Return the changed properties.
|
| Constructor and Description |
|---|
InterfacesAdded(String _objectPath,
DBusPath _source,
Map<String,Map<String,Variant<?>>> interfaces) |
PropertiesChanged(String _path,
String _interfaceName,
Map<String,Variant<?>> _propertiesChanged,
List<String> _propertiesRemoved) |
Copyright © 2020. All rights reserved.