Verwendungen von Klasse
org.freedesktop.dbus.connections.impl.DBusConnectionBuilder
Packages, die DBusConnectionBuilder verwenden
-
Verwendungen von DBusConnectionBuilder in org.freedesktop.dbus.connections.impl
Methoden in org.freedesktop.dbus.connections.impl, die DBusConnectionBuilder zurückgebenModifizierer und TypMethodeBeschreibungstatic DBusConnectionBuilderDBusConnectionBuilder.forAddress(String _address) Use the given address to create the connection (e.g. used for remote TCP connected DBus daemons).static DBusConnectionBuilderDBusConnectionBuilder.forAddress(BusAddress _address) Use the given address to create the connection (e.g. used for remote TCP connected DBus daemons).static DBusConnectionBuilderDBusConnectionBuilder.forSessionBus()Create a new default connection connecting to the DBus session bus.static DBusConnectionBuilderDBusConnectionBuilder.forSessionBus(String _machineIdFileLocation) Create a new default connection connecting to DBus session bus but use an alternative input for the machineID.static DBusConnectionBuilderDBusConnectionBuilder.forSystemBus()Create new default connection to the DBus system bus.static DBusConnectionBuilderDBusConnectionBuilder.forType(DBusConnection.DBusBusType _type) Create a default connection to DBus using the given bus type.static DBusConnectionBuilderDBusConnectionBuilder.forType(DBusConnection.DBusBusType _type, String _machineIdFile) Create a default connection to DBus using the given bus type and machineIdFile.DBusConnectionBuilder.withShared(boolean _shared) Use this connection as shared connection.