Uses of Class
org.freedesktop.dbus.connections.impl.DBusConnection
-
Packages that use DBusConnection Package Description org.freedesktop.dbus.connections org.freedesktop.dbus.connections.impl org.freedesktop.dbus.viewer -
-
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
Fields in org.freedesktop.dbus.connections.impl with type parameters of type DBusConnection Modifier and Type Field Description (package private) static java.util.concurrent.ConcurrentMap<java.lang.String,DBusConnection>DBusConnection. CONNECTIONSMethods in org.freedesktop.dbus.connections.impl that return DBusConnection Modifier and Type Method Description DBusConnectionDBusConnectionBuilder. build()Create the newDBusConnection.static DBusConnectionDBusConnection. getConnection(java.lang.String _address)Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection. getConnection(java.lang.String _address, boolean _registerSelf, boolean _shared)Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection. getConnection(java.lang.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. -
Uses of DBusConnection in org.freedesktop.dbus.viewer
Fields in org.freedesktop.dbus.viewer declared as DBusConnection Modifier and Type Field Description private DBusConnectionDBusViewer.ParsingContext. connFields in org.freedesktop.dbus.viewer with type parameters of type DBusConnection Modifier and Type Field Description private java.util.List<DBusConnection>DBusViewer. connectionsMethods in org.freedesktop.dbus.viewer with parameters of type DBusConnection Modifier and Type Method Description private DBusTableModelDBusViewer. listDBusConnection(boolean _users, boolean _owners, DBusConnection _conn)Constructors in org.freedesktop.dbus.viewer with parameters of type DBusConnection Constructor Description ParsingContext(DBusConnection _conn)
-