Verwendungen von Klasse
org.freedesktop.dbus.exceptions.InvalidBusNameException
-
Verwendungen von InvalidBusNameException in org.freedesktop.dbus.connections.impl
Modifizierer und TypMethodeBeschreibungDBusConnection.getPeerRemoteObject
(String _busname, String _objectpath) Return a reference to a remote object.<I extends DBusInterface>
IDBusConnection.getPeerRemoteObject
(String _busname, String _objectpath, Class<I> _type, boolean _autostart) Return a reference to a remote object.DBusConnection.getRemoteObject
(String _busname, String _objectpath) Return a reference to a remote object. -
Verwendungen von InvalidBusNameException in org.freedesktop.dbus.utils
Modifizierer und TypMethodeBeschreibungstatic String
DBusObjects.requireBusName
(String _busName) Ensures given string is a valid bus name.static String
DBusObjects.requireBusName
(String _busName, String _customMessage) Ensures given string is a valid bus name.static String
DBusObjects.requireBusNameOrConnectionId
(String _busNameOrConnId) Ensures given string is a valid bus name or connection Id.static String
DBusObjects.requireConnectionId
(String _connId) Ensures given string is a valid connection Id.static String
DBusObjects.requireNotBusName
(String _busName, String _customMessage) Ensures given string is NOT a valid bus name.