static DBusConnectionBuilder |
DBusConnectionBuilder.forAddress(java.lang.String _address) |
Use the given address to create the connection (e.g.
|
static DBusConnectionBuilder |
DBusConnectionBuilder.forAddress(BusAddress _address) |
Use the given address to create the connection (e.g.
|
static DBusConnectionBuilder |
DBusConnectionBuilder.forSessionBus() |
Create a new default connection connecting to the DBus session bus.
|
static DBusConnectionBuilder |
DBusConnectionBuilder.forSessionBus(java.lang.String _machineIdFileLocation) |
Create a new default connection connecting to DBus session bus but use an alternative input for the machineID.
|
static DBusConnectionBuilder |
DBusConnectionBuilder.forSystemBus() |
Create new default connection to the DBus system bus.
|
static DBusConnectionBuilder |
DBusConnectionBuilder.forType(DBusConnection.DBusBusType _type) |
Create a default connection to DBus using the given bus type.
|
static DBusConnectionBuilder |
DBusConnectionBuilder.forType(DBusConnection.DBusBusType _type,
java.lang.String _machineIdFile) |
Create a default connection to DBus using the given bus type and machineIdFile.
|
DBusConnectionBuilder |
DBusConnectionBuilder.withRegisterSelf(boolean _register) |
Register the new connection on DBus using 'hello' message.
|
DBusConnectionBuilder |
DBusConnectionBuilder.withShared(boolean _shared) |
Use this connection as shared connection.
|