| Package | Description |
|---|---|
| org.freedesktop.dbus.connections | |
| org.freedesktop.dbus.connections.impl |
| Constructor and Description |
|---|
PeerSet(DBusConnection _connection) |
| 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.getConnection(String _address)
Connect to the BUS.
|
static DBusConnection |
DBusConnection.getConnection(String _address,
boolean _registerSelf,
boolean _shared)
Connect to the BUS.
|
static DBusConnection |
DBusConnection.getConnection(String _address,
boolean _registerSelf,
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.