Uses of Class
org.freedesktop.dbus.connections.impl.DBusConnection.DBusBusType
-
Packages that use DBusConnection.DBusBusType Package Description org.freedesktop.dbus.connections.impl -
-
Uses of DBusConnection.DBusBusType in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return DBusConnection.DBusBusType Modifier and Type Method Description static DBusConnection.DBusBusTypeDBusConnection.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.Methods in org.freedesktop.dbus.connections.impl with parameters of type DBusConnection.DBusBusType Modifier and Type Method Description static DBusConnectionDBusConnection. getConnection(DBusConnection.DBusBusType _bustype)Connect to DBus.static DBusConnectionDBusConnection. getConnection(DBusConnection.DBusBusType _bustype, boolean _shared, int _timeout)Connect to the BUS.static DBusConnectionDBusConnection. newConnection(DBusConnection.DBusBusType _bustype)Connect to DBus using a new connection even if there is already a connection established.
-