Uses of Interface
org.freedesktop.dbus.interfaces.DBusInterface
Packages that use DBusInterface
Package
Description
-
Uses of DBusInterface in org.freedesktop.dbus
Fields in org.freedesktop.dbus with type parameters of type DBusInterfaceMethods in org.freedesktop.dbus that return types with arguments of type DBusInterfaceConstructor parameters in org.freedesktop.dbus with type arguments of type DBusInterfaceModifierConstructorDescriptionDBusMatchRule(Class<? extends DBusInterface> _c, String _method) Deprecated, for removal: This API element is subject to removal in a future version.RemoteObject(String _busname, String _objectpath, Class<? extends DBusInterface> _iface, boolean _autostart) -
Uses of DBusInterface in org.freedesktop.dbus.bin
Classes in org.freedesktop.dbus.bin that implement DBusInterface -
Uses of DBusInterface in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections with type parameters of type DBusInterfaceModifier and TypeMethodDescriptionprotected <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.Methods in org.freedesktop.dbus.connections with parameters of type DBusInterfaceModifier and TypeMethodDescriptionvoidAbstractConnection.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> voidAbstractConnection.callWithCallback(DBusInterface _object, String _m, CallbackHandler<A> _callback, Object... _parameters) Call a method asynchronously and set a callback.voidAbstractConnection.exportObject(String _objectPath, DBusInterface _object) Export an object so that its methods can be called on DBus.voidAbstractConnection.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. -
Uses of DBusInterface in org.freedesktop.dbus.connections.base
Classes in org.freedesktop.dbus.connections.base that implement DBusInterfaceFields in org.freedesktop.dbus.connections.base with type parameters of type DBusInterfaceModifier and TypeFieldDescriptionprivate final Map<DBusInterface, RemoteObject> AbstractConnectionBase.importedObjectsMethods in org.freedesktop.dbus.connections.base with type parameters of type DBusInterfaceModifier and TypeMethodDescriptionabstract <T extends DBusInterface>
TAbstractConnectionBase.getExportedObject(String _source, String _path, Class<T> _type) Retrieves an remote object using source and path.Methods in org.freedesktop.dbus.connections.base that return DBusInterfaceModifier and TypeMethodDescriptionabstract DBusInterfaceAbstractConnectionBase.getExportedObject(String _source, String _path) Retrieves an remote object using source and path.Methods in org.freedesktop.dbus.connections.base that return types with arguments of type DBusInterfaceModifier and TypeMethodDescriptionprotected Map<DBusInterface, RemoteObject> AbstractConnectionBase.getImportedObjects()Methods in org.freedesktop.dbus.connections.base with parameters of type DBusInterfaceModifier and TypeMethodDescriptionAbstractConnectionBase.getExportedObject(DBusInterface _interface) -
Uses of DBusInterface in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl with type parameters of type DBusInterfaceModifier and TypeMethodDescription<T extends DBusInterface>
TDBusConnection.dynamicProxy(String _source, String _path, Class<T> _type) Tries to resolve a proxy to a remote object.(package private) <T extends DBusInterface>
TDirectConnection.dynamicProxy(String _path, Class<T> _type) <T extends DBusInterface>
TDBusConnection.getExportedObject(String _source, String _path, Class<T> _type) (package private) <T extends DBusInterface>
TDirectConnection.getExportedObject(String _path, Class<T> _type) <T extends DBusInterface>
TDirectConnection.getExportedObject(String _source, String _path, Class<T> _type) default <I extends DBusInterface>
IIRemoteObjectGetter.getPeerRemoteObject(String _busname, String _objectpath, Class<I> _type) default <I extends DBusInterface>
IIRemoteObjectGetter.getPeerRemoteObject(String _busname, String _objectpath, Class<I> _type, boolean _autostart) Return a reference to a remote object.default <I extends DBusInterface>
IIRemoteObjectGetter.getPeerRemoteObject(String _busname, DBusPath _objectpath, Class<I> _type) default <I extends DBusInterface>
IIRemoteObjectGetter.getPeerRemoteObject(String _busname, DBusPath _objectpath, Class<I> _type, boolean _autostart) <I extends DBusInterface>
IDBusConnection.getRemoteObject(String _busname, String _objectpath, Class<I> _type, boolean _autostart) <T extends DBusInterface>
TDirectConnection.getRemoteObject(String _objectPath, Class<T> _type) Return a reference to a remote object.default <I extends DBusInterface>
IIRemoteObjectGetter.getRemoteObject(String _busname, String _objectpath, Class<I> _type) Return a reference to a remote object.<I extends DBusInterface>
IIRemoteObjectGetter.getRemoteObject(String _busname, String _objectpath, Class<I> _type, boolean _autostart) Return a reference to a remote object.default <I extends DBusInterface>
IIRemoteObjectGetter.getRemoteObject(String _busname, DBusPath _objectpath, Class<I> _type) default <I extends DBusInterface>
IIRemoteObjectGetter.getRemoteObject(String _busname, DBusPath _objectpath, Class<I> _type, boolean _autostart) Methods in org.freedesktop.dbus.connections.impl that return DBusInterfaceModifier and TypeMethodDescriptionDBusConnection.getExportedObject(String _source, String _path) DirectConnection.getExportedObject(String _source, String _path) DBusConnection.getPeerRemoteObject(String _busname, String _objectpath) IRemoteObjectGetter.getPeerRemoteObject(String _busname, String _objectpath) Return a reference to a remote object.DBusConnection.getRemoteObject(String _busname, String _objectpath) DirectConnection.getRemoteObject(String _objectPath) Return a reference to a remote object.IRemoteObjectGetter.getRemoteObject(String _busname, String _objectpath) Return a reference to a remote object.default DBusInterfaceIRemoteObjectGetter.getRemoteObject(String _busname, DBusPath _objectpath) Methods in org.freedesktop.dbus.connections.impl with parameters of type DBusInterfaceModifier and TypeMethodDescription<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. -
Uses of DBusInterface in org.freedesktop.dbus.interfaces
Subinterfaces of DBusInterface in org.freedesktop.dbus.interfacesModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceObjects can provide introspection data via this interface and method.interfaceinterfaceAll DBus Applications should respond to the Ping method on this interfaceinterfaceA standard properties interface. -
Uses of DBusInterface in org.freedesktop.dbus.messages
Fields in org.freedesktop.dbus.messages with type parameters of type DBusInterfaceMethods in org.freedesktop.dbus.messages that return types with arguments of type DBusInterfaceConstructors in org.freedesktop.dbus.messages with parameters of type DBusInterface