Verwendungen von Schnittstelle
org.freedesktop.dbus.interfaces.DBusInterface
Package
Beschreibung
-
Verwendungen von DBusInterface in org.freedesktop.dbus
Modifizierer und TypMethodeBeschreibungClass
<? extends DBusInterface> RemoteObject.getInterface()
ModifiziererKonstruktorBeschreibungDBusMatchRule
(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
-
Verwendungen von DBusInterface in org.freedesktop.dbus.connections
Modifizierer 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.Modifizierer 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
Modifizierer und TypMethodeBeschreibungabstract <T extends DBusInterface>
TAbstractConnectionBase.getExportedObject
(String _source, String _path, Class<T> _type) Retrieves an remote object using source and path.Modifizierer und TypMethodeBeschreibungabstract DBusInterface
AbstractConnectionBase.getExportedObject
(String _source, String _path) Retrieves an remote object using source and path.Modifizierer und TypMethodeBeschreibungprotected Map
<DBusInterface, RemoteObject> AbstractConnectionBase.getImportedObjects()
Modifizierer und TypMethodeBeschreibungAbstractConnectionBase.getExportedObject
(DBusInterface _interface) -
Verwendungen von DBusInterface in org.freedesktop.dbus.connections.impl
Modifizierer 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.Modifizierer 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.Modifizierer 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
Modifizierer 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
ModifiziererKonstruktorBeschreibungExportedObject
(DBusInterface _object, boolean _weakreferences)