Uses of Class
org.freedesktop.dbus.connections.impl.DBusConnection
-
Packages that use DBusConnection Package Description org.freedesktop.dbus.connections org.freedesktop.dbus.connections.impl -
-
Uses of DBusConnection in org.freedesktop.dbus.connections
Constructors in org.freedesktop.dbus.connections with parameters of type DBusConnection Constructor Description PeerSet(DBusConnection _connection) -
Uses of DBusConnection in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return DBusConnection Modifier and Type Method Description static 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.
-