Verwendungen von Schnittstelle
org.freedesktop.dbus.interfaces.DBusInterface
Packages, die DBusInterface verwenden
Package
Beschreibung
-
Verwendungen von DBusInterface in org.freedesktop.dbus
Methoden in org.freedesktop.dbus, die Typen mit Argumenten vom Typ DBusInterface zurückgebenModifizierer und TypMethodeBeschreibungClass
<? extends DBusInterface> RemoteObject.getInterface()
Konstruktorparameter in org.freedesktop.dbus mit Typargumenten vom Typ DBusInterfaceModifiziererKonstruktorBeschreibungDBusMatchRule
(Class<? extends DBusInterface> _c, String _method) RemoteObject
(String _busname, String _objectpath, Class<? extends DBusInterface> _iface, boolean _autostart) -
Verwendungen von DBusInterface in org.freedesktop.dbus.bin
Klassen in org.freedesktop.dbus.bin, die DBusInterface implementieren -
Verwendungen von DBusInterface in org.freedesktop.dbus.connections
Methoden in org.freedesktop.dbus.connections mit Typparametern vom Typ DBusInterfaceModifizierer und TypMethodeBeschreibungprotected <T extends DBusInterface>
List<Class<?>> AbstractConnection.findMatchingTypes
(Class<T> _type, List<String> _ifaces) If given type is null, will try to find suitable types by examining the given ifaces.Methoden in org.freedesktop.dbus.connections mit Parametern vom Typ DBusInterfaceModifizierer und TypMethodeBeschreibungvoid
AbstractConnection.addFallback
(String _objectPrefix, DBusInterface _object) Export an object as a fallback object.<T extends DBusSignal>
AutoCloseableAbstractConnection.addSigHandler
(Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler) Add a Signal Handler.AbstractConnection.callMethodAsync
(DBusInterface _object, String _method, Object... _parameters) Call a method asynchronously and get a handle with which to get the reply.<A> void
AbstractConnection.callWithCallback
(DBusInterface _object, String _m, CallbackHandler<A> _callback, Object... _parameters) Call a method asynchronously and set a callback.void
AbstractConnection.exportObject
(String _objectPath, DBusInterface _object) Export an object so that its methods can be called on DBus.void
AbstractConnection.exportObject
(DBusInterface _object) Export an object so that its methods can be called on DBus.<T extends DBusSignal>
voidAbstractConnection.removeSigHandler
(Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler) Remove a Signal Handler. -
Verwendungen von DBusInterface in org.freedesktop.dbus.connections.base
Klassen in org.freedesktop.dbus.connections.base, die DBusInterface implementierenMethoden in org.freedesktop.dbus.connections.base mit Typparametern vom Typ DBusInterfaceModifizierer und TypMethodeBeschreibungabstract <T extends DBusInterface>
TAbstractConnectionBase.getExportedObject
(String _source, String _path, Class<T> _type) Retrieves an remote object using source and path.Methoden in org.freedesktop.dbus.connections.base, die DBusInterface zurückgebenModifizierer und TypMethodeBeschreibungabstract DBusInterface
AbstractConnectionBase.getExportedObject
(String _source, String _path) Retrieves an remote object using source and path.Methoden in org.freedesktop.dbus.connections.base, die Typen mit Argumenten vom Typ DBusInterface zurückgebenModifizierer und TypMethodeBeschreibungprotected Map
<DBusInterface, RemoteObject> AbstractConnectionBase.getImportedObjects()
Methoden in org.freedesktop.dbus.connections.base mit Parametern vom Typ DBusInterfaceModifizierer und TypMethodeBeschreibungAbstractConnectionBase.getExportedObject
(DBusInterface _interface) -
Verwendungen von DBusInterface in org.freedesktop.dbus.connections.impl
Methoden in org.freedesktop.dbus.connections.impl mit Typparametern vom Typ DBusInterfaceModifizierer und TypMethodeBeschreibung<T extends DBusInterface>
TDBusConnection.dynamicProxy
(String _source, String _path, Class<T> _type) Tries to resolve a proxy to a remote object.<T extends DBusInterface>
TDBusConnection.getExportedObject
(String _source, String _path, Class<T> _type) <T extends DBusInterface>
TDirectConnection.getExportedObject
(String _source, String _path, Class<T> _type) <I extends DBusInterface>
IDBusConnection.getPeerRemoteObject
(String _busname, String _objectpath, Class<I> _type) <I extends DBusInterface>
IDBusConnection.getPeerRemoteObject
(String _busname, String _objectpath, Class<I> _type, boolean _autostart) Return a reference to a remote object.<I extends DBusInterface>
IDBusConnection.getRemoteObject
(String _busname, String _objectpath, Class<I> _type) Return a reference to a remote object.<I extends DBusInterface>
IDBusConnection.getRemoteObject
(String _busname, String _objectpath, Class<I> _type, boolean _autostart) Return a reference to a remote object.<T extends DBusInterface>
TDirectConnection.getRemoteObject
(String _objectPath, Class<T> _type) Return a reference to a remote object.Methoden in org.freedesktop.dbus.connections.impl, die DBusInterface zurückgebenModifizierer und TypMethodeBeschreibungDBusConnection.getExportedObject
(String _source, String _path) DirectConnection.getExportedObject
(String _source, String _path) DBusConnection.getPeerRemoteObject
(String _busname, String _objectpath) Return a reference to a remote object.DBusConnection.getRemoteObject
(String _busname, String _objectpath) Return a reference to a remote object.DirectConnection.getRemoteObject
(String _objectPath) Return a reference to a remote object.Methoden in org.freedesktop.dbus.connections.impl mit Parametern vom Typ DBusInterfaceModifizierer und TypMethodeBeschreibung<T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler
(Class<T> _type, String _source, DBusInterface _object, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
voidDBusConnection.removeSigHandler
(Class<T> _type, String _source, DBusInterface _object, DBusSigHandler<T> _handler) Remove a Signal Handler. -
Verwendungen von DBusInterface in org.freedesktop.dbus.interfaces
Unterschnittstellen von DBusInterface in org.freedesktop.dbus.interfacesModifizierer und TypSchnittstelleBeschreibunginterface
interface
interface
Objects can provide introspection data via this interface and method.interface
interface
All DBus Applications should respond to the Ping method on this interfaceinterface
A standard properties interface. -
Verwendungen von DBusInterface in org.freedesktop.dbus.messages
Methoden in org.freedesktop.dbus.messages, die Typen mit Argumenten vom Typ DBusInterface zurückgebenKonstruktoren in org.freedesktop.dbus.messages mit Parametern vom Typ DBusInterfaceModifiziererKonstruktorBeschreibungExportedObject
(DBusInterface _object, boolean _weakreferences)