Uses of Class
org.freedesktop.dbus.types.UInt32
-
Packages that use UInt32 Package Description org.freedesktop.dbus.bin org.freedesktop.dbus.interfaces org.freedesktop.dbus.types org.freedesktop.dbus.viewer -
-
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(java.lang.String _connectionName)UInt32DBusDaemon.DBusServer. GetConnectionUnixUser(java.lang.String _connectionName)UInt32DBusDaemon.DBusServer. ReleaseName(java.lang.String _name)UInt32DBusDaemon.DBusServer. RequestName(java.lang.String _name, UInt32 _flags)UInt32DBusDaemon.DBusServer. StartServiceByName(java.lang.String _name, UInt32 _flags)Methods in org.freedesktop.dbus.bin with parameters of type UInt32 Modifier and Type Method Description UInt32DBusDaemon.DBusServer. RequestName(java.lang.String _name, UInt32 _flags)UInt32DBusDaemon.DBusServer. StartServiceByName(java.lang.String _name, UInt32 _flags) -
Uses of UInt32 in org.freedesktop.dbus.interfaces
Methods in org.freedesktop.dbus.interfaces that return UInt32 Modifier and Type Method Description UInt32DBus. GetConnectionUnixProcessID(java.lang.String _connectionName)Returns the proccess ID associated with a connection.UInt32DBus. GetConnectionUnixUser(java.lang.String _connectionName)Get the Unix UID that owns a connection name.UInt32DBus. ReleaseName(java.lang.String _name)Release a name on the bus.UInt32DBus. RequestName(java.lang.String _name, UInt32 _flags)Request a name on the bus.UInt32DBus. StartServiceByName(java.lang.String _name, UInt32 _flags)Start a service.Methods in org.freedesktop.dbus.interfaces with parameters of type UInt32 Modifier and Type Method Description voidMonitoring. BecomeMonitor(java.lang.String[] _rule, UInt32 _flags)Converts the connection into a monitor connection which can be used as a debugging/monitoring tool.UInt32DBus. RequestName(java.lang.String _name, UInt32 _flags)Request a name on the bus.UInt32DBus. StartServiceByName(java.lang.String _name, UInt32 _flags)Start a service. -
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. -
Uses of UInt32 in org.freedesktop.dbus.viewer
Fields in org.freedesktop.dbus.viewer declared as UInt32 Modifier and Type Field Description private UInt32DBusEntry. userMethods in org.freedesktop.dbus.viewer that return UInt32 Modifier and Type Method Description UInt32DBusEntry. getUser()Retrieve the userMethods in org.freedesktop.dbus.viewer with parameters of type UInt32 Modifier and Type Method Description voidDBusEntry. setUser(UInt32 _user)Assign the user
-