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 TypeMethodDescriptionstatic DBusConnectionDBusConnection.getConnection(String _address) Connect to the BUS.static DBusConnectionDBusConnection.getConnection(String _address, boolean _registerSelf, boolean _shared) Connect to the BUS.static DBusConnectionDBusConnection.getConnection(String _address, boolean _registerSelf, boolean _shared, int _timeout) Connect to the BUS.static DBusConnectionDBusConnection.getConnection(DBusConnection.DBusBusType _bustype) Connect to DBus.static DBusConnectionDBusConnection.getConnection(DBusConnection.DBusBusType _bustype, boolean _shared, int _timeout) Connect to the BUS.static DBusConnectionDBusConnection.newConnection(DBusConnection.DBusBusType _bustype) Connect to DBus using a new connection even if there is already a connection established.