Uses of Class
org.freedesktop.dbus.types.Variant
-
Packages that use Variant Package Description org.freedesktop org.freedesktop.dbus org.freedesktop.dbus.bin org.freedesktop.dbus.interfaces -
-
Uses of Variant in org.freedesktop
Methods in org.freedesktop that return types with arguments of type Variant Modifier and Type Method Description Map<String,Variant<?>>DBus. GetConnectionCredentials(String busName)DBUS Specification:
Returns as many credentials as possible for the process connected to the server. -
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, 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 Map<String,Variant<?>>DBusDaemon.DBusServer. GetConnectionCredentials(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 Map<String,Map<String,Variant<?>>>ObjectManager.InterfacesAdded. interfacesMethods in org.freedesktop.dbus.interfaces that return types with arguments of type Variant Modifier and Type Method 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 parameters in org.freedesktop.dbus.interfaces with type arguments of type Variant Constructor Description InterfacesAdded(String _objectPath, DBusPath _source, Map<String,Map<String,Variant<?>>> interfaces)PropertiesChanged(String _path, String _interfaceName, Map<String,Variant<?>> _propertiesChanged, List<String> _propertiesRemoved)
-