| Package | Description |
|---|---|
| org.freedesktop.dbus.connections.impl |
| Modifier and Type | Method and Description |
|---|---|
static DBusConnection.DBusBusType |
DBusConnection.DBusBusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBusConnection.DBusBusType[] |
DBusConnection.DBusBusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DBusConnection |
DBusConnection.getConnection(DBusConnection.DBusBusType _bustype)
Connect to DBus.
|
static DBusConnection |
DBusConnection.getConnection(DBusConnection.DBusBusType _bustype,
boolean _shared,
int _timeout)
Connect to the BUS.
|
static DBusConnection |
DBusConnection.newConnection(DBusConnection.DBusBusType _bustype)
Connect to DBus using a new connection even if there is already a connection established.
|
Copyright © 2020. All rights reserved.