Uses of Enum
org.freedesktop.dbus.connections.impl.DBusConnection.DBusBusType
Packages that use DBusConnection.DBusBusType
-
Uses of DBusConnection.DBusBusType in org.freedesktop.dbus.connections.impl
Subclasses with type arguments of type DBusConnection.DBusBusType in org.freedesktop.dbus.connections.implMethods in org.freedesktop.dbus.connections.impl that return DBusConnection.DBusBusTypeModifier and TypeMethodDescriptionstatic DBusConnection.DBusBusTypeReturns 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.DBusBusTypeModifier and TypeMethodDescriptionstatic 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.static DBusConnectionDBusConnection.getConnection(DBusConnection.DBusBusType _bustype) Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection.getConnection(DBusConnection.DBusBusType _bustype, boolean _shared, int _timeout) Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection.newConnection(DBusConnection.DBusBusType _bustype) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DBusConnection.DBusBusType in org.freedesktop.dbus.viewer
Fields in org.freedesktop.dbus.viewer with type parameters of type DBusConnection.DBusBusTypeModifier and TypeFieldDescriptionprivate static final Map<String, DBusConnection.DBusBusType> DBusViewer.CONNECTION_TYPESMethod parameters in org.freedesktop.dbus.viewer with type arguments of type DBusConnection.DBusBusTypeModifier and TypeMethodDescriptionprivate voidDBusViewer.addTabs(JTabbedPane _tabbedPane, Map<String, DBusConnection.DBusBusType> _connectionTypes) Add tabs for each supplied connection typeConstructor parameters in org.freedesktop.dbus.viewer with type arguments of type DBusConnection.DBusBusTypeModifierConstructorDescriptionDBusViewer(Map<String, DBusConnection.DBusBusType> _connectionTypes) Create the DBusViewer
DBusConnectionBuilder