Uses of Class
org.freedesktop.dbus.connections.impl.DBusConnection
Packages that use DBusConnection
-
Uses of DBusConnection in org.freedesktop.dbus.connections
Constructors in org.freedesktop.dbus.connections with parameters of type DBusConnection -
Uses of DBusConnection in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return DBusConnectionModifier and TypeMethodDescriptionDBusConnectionBuilder.build()Create the newDBusConnection.static DBusConnectionDBusConnection.getConnection(String _address) Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection.getConnection(String _address, boolean _registerSelf, boolean _shared) Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection.getConnection(String _address, boolean _registerSelf, boolean _shared, int _timeout) Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection.getConnection(DBusConnection.DBusBusType _bustype) Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection.getConnection(DBusConnection.DBusBusType _bustype, boolean _shared, int _timeout) Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection.newConnection(DBusConnection.DBusBusType _bustype) Deprecated, for removal: This API element is subject to removal in a future version.
DBusConnectionBuilder