Uses of Class
org.freedesktop.dbus.types.UInt32
-
Packages that use UInt32 Package Description org.freedesktop org.freedesktop.dbus.bin org.freedesktop.dbus.interfaces org.freedesktop.dbus.types -
-
Uses of UInt32 in org.freedesktop
Methods in org.freedesktop that return UInt32 Modifier and Type Method Description UInt32DBus. GetConnectionUnixProcessID(String connection_name)Returns the proccess ID associated with a connection.UInt32DBus. GetConnectionUnixUser(String connection_name)Get the Unix UID that owns a connection name.UInt32DBus. ReleaseName(String name)Release a name on the bus.UInt32DBus. RequestName(String name, UInt32 flags)Request a name on the bus.UInt32DBus. StartServiceByName(String name, UInt32 flags)Start a service.Methods in org.freedesktop with parameters of type UInt32 Modifier and Type Method Description UInt32DBus. RequestName(String name, UInt32 flags)Request a name on the bus.UInt32DBus. StartServiceByName(String name, UInt32 flags)Start a service. -
Uses of UInt32 in org.freedesktop.dbus.bin
Methods in org.freedesktop.dbus.bin that return UInt32 Modifier and Type Method Description UInt32DBusDaemon.DBusServer. GetConnectionUnixProcessID(String connection_name)UInt32DBusDaemon.DBusServer. GetConnectionUnixUser(String connection_name)UInt32DBusDaemon.DBusServer. ReleaseName(String name)UInt32DBusDaemon.DBusServer. RequestName(String name, UInt32 flags)UInt32DBusDaemon.DBusServer. StartServiceByName(String name, UInt32 flags)Methods in org.freedesktop.dbus.bin with parameters of type UInt32 Modifier and Type Method Description UInt32DBusDaemon.DBusServer. RequestName(String name, UInt32 flags)UInt32DBusDaemon.DBusServer. StartServiceByName(String name, UInt32 flags) -
Uses of UInt32 in org.freedesktop.dbus.interfaces
Methods in org.freedesktop.dbus.interfaces with parameters of type UInt32 Modifier and Type Method Description voidMonitoring. BecomeMonitor(String[] rule, UInt32 flags)Converts the connection into a monitor connection which can be used as a debugging/monitoring tool. -
Uses of UInt32 in org.freedesktop.dbus.types
Methods in org.freedesktop.dbus.types with parameters of type UInt32 Modifier and Type Method Description intUInt32. compareTo(UInt32 other)Compare two UInt32s.
-