Uses of Class
org.freedesktop.dbus.types.Variant
-
Packages that use Variant Package Description org.freedesktop.dbus org.freedesktop.dbus.bin org.freedesktop.dbus.interfaces -
-
Uses of Variant in org.freedesktop.dbus
Methods in org.freedesktop.dbus with parameters of type Variant Modifier and Type Method Description static <T extends Struct>
TStructHelper. createStructFromVariant(Variant<?> _variant, java.lang.Class<T> _structClass)Creates a instance of the givenStructsubclass if the given variant is some sort of Struct. -
Uses of Variant in org.freedesktop.dbus.bin
Methods in org.freedesktop.dbus.bin that return types with arguments of type Variant Modifier and Type Method Description java.util.Map<java.lang.String,Variant<?>>DBusDaemon.DBusServer. GetConnectionCredentials(java.lang.String _busName) -
Uses of Variant in org.freedesktop.dbus.interfaces
Fields in org.freedesktop.dbus.interfaces with type parameters of type Variant Modifier and Type Field Description java.util.Map<java.lang.String,java.util.Map<java.lang.String,Variant<?>>>ObjectManager.InterfacesAdded. interfacesprivate java.util.Map<java.lang.String,Variant<?>>Properties.PropertiesChanged. propertiesChangedMethods in org.freedesktop.dbus.interfaces that return types with arguments of type Variant Modifier and Type Method Description java.util.Map<java.lang.String,Variant<?>>Properties. GetAll(java.lang.String _interfaceName)Get all properties and values.java.util.Map<java.lang.String,Variant<?>>DBus. GetConnectionCredentials(java.lang.String _busName)DBUS Specification:
Returns as many credentials as possible for the process connected to the server.java.util.Map<java.lang.String,java.util.Map<java.lang.String,Variant<?>>>ObjectManager.InterfacesAdded. getInterfaces()Returns the added interfaces.java.util.Map<DBusPath,java.util.Map<java.lang.String,java.util.Map<java.lang.String,Variant<?>>>>ObjectManager. GetManagedObjects()Get a sub-tree of objects.java.util.Map<java.lang.String,Variant<?>>Properties.PropertiesChanged. getPropertiesChanged()Return the changed properties.Constructor parameters in org.freedesktop.dbus.interfaces with type arguments of type Variant Constructor Description InterfacesAdded(java.lang.String _objectPath, DBusPath _source, java.util.Map<java.lang.String,java.util.Map<java.lang.String,Variant<?>>> _interfaces)PropertiesChanged(java.lang.String _path, java.lang.String _interfaceName, java.util.Map<java.lang.String,Variant<?>> _propertiesChanged, java.util.List<java.lang.String> _propertiesRemoved)
-