Uses of Interface
org.freedesktop.dbus.interfaces.DBusInterface
-
-
Uses of DBusInterface in org.freedesktop.dbus
Fields in org.freedesktop.dbus with type parameters of type DBusInterface Modifier and Type Field Description private java.lang.Class<? extends DBusInterface>RemoteObject. ifaceMethods in org.freedesktop.dbus that return types with arguments of type DBusInterface Modifier and Type Method Description java.lang.Class<? extends DBusInterface>RemoteObject. getInterface()Constructor parameters in org.freedesktop.dbus with type arguments of type DBusInterface Constructor Description DBusMatchRule(java.lang.Class<? extends DBusInterface> _c, java.lang.String _method)RemoteObject(java.lang.String _busname, java.lang.String _objectpath, java.lang.Class<? extends DBusInterface> _iface, boolean _autostart) -
Uses of DBusInterface in org.freedesktop.dbus.bin
Classes in org.freedesktop.dbus.bin that implement DBusInterface Modifier and Type Class Description classDBusDaemon.DBusServer -
Uses of DBusInterface in org.freedesktop.dbus.connections
Classes in org.freedesktop.dbus.connections that implement DBusInterface Modifier and Type Class Description classGlobalHandlerFields in org.freedesktop.dbus.connections with type parameters of type DBusInterface Modifier and Type Field Description private java.util.Map<DBusInterface,RemoteObject>AbstractConnection. importedObjectsMethods in org.freedesktop.dbus.connections with type parameters of type DBusInterface Modifier and Type Method Description protected <T extends DBusInterface>
java.util.List<java.lang.Class<?>>AbstractConnection. findMatchingTypes(java.lang.Class<T> _type, java.util.List<java.lang.String> _ifaces)If given type is null, will try to find suitable types by examining the given ifaces.abstract <T extends DBusInterface>
TAbstractConnection. getExportedObject(java.lang.String _source, java.lang.String _path, java.lang.Class<T> _type)Retrieves an remote object using source and path.Methods in org.freedesktop.dbus.connections that return DBusInterface Modifier and Type Method Description abstract DBusInterfaceAbstractConnection. getExportedObject(java.lang.String _source, java.lang.String _path)Retrieves an remote object using source and path.Methods in org.freedesktop.dbus.connections that return types with arguments of type DBusInterface Modifier and Type Method Description protected java.util.Map<DBusInterface,RemoteObject>AbstractConnection. getImportedObjects()Methods in org.freedesktop.dbus.connections with parameters of type DBusInterface Modifier and Type Method Description voidAbstractConnection. addFallback(java.lang.String _objectPrefix, DBusInterface _object)Export an object as a fallback object.<T extends DBusSignal>
java.lang.AutoCloseableAbstractConnection. addSigHandler(java.lang.Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler)Add a Signal Handler.DBusAsyncReply<?>AbstractConnection. callMethodAsync(DBusInterface _object, java.lang.String _method, java.lang.Object... _parameters)Call a method asynchronously and get a handle with which to get the reply.<A> voidAbstractConnection. callWithCallback(DBusInterface _object, java.lang.String _m, CallbackHandler<A> _callback, java.lang.Object... _parameters)Call a method asynchronously and set a callback.voidAbstractConnection. exportObject(java.lang.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.java.lang.StringAbstractConnection. getExportedObject(DBusInterface _interface)<T extends DBusSignal>
voidAbstractConnection. removeSigHandler(java.lang.Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler)Remove a Signal Handler. -
Uses of DBusInterface in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl with type parameters of type DBusInterface Modifier and Type Method Description <T extends DBusInterface>
TDBusConnection. dynamicProxy(java.lang.String _source, java.lang.String _path, java.lang.Class<T> _type)Tries to resolve a proxy to a remote object.(package private) <T extends DBusInterface>
TDirectConnection. dynamicProxy(java.lang.String _path, java.lang.Class<T> _type)<T extends DBusInterface>
TDBusConnection. getExportedObject(java.lang.String _source, java.lang.String _path, java.lang.Class<T> _type)(package private) <T extends DBusInterface>
TDirectConnection. getExportedObject(java.lang.String _path, java.lang.Class<T> _type)<T extends DBusInterface>
TDirectConnection. getExportedObject(java.lang.String _source, java.lang.String _path, java.lang.Class<T> _type)<I extends DBusInterface>
IDBusConnection. getPeerRemoteObject(java.lang.String _busname, java.lang.String _objectpath, java.lang.Class<I> _type)<I extends DBusInterface>
IDBusConnection. getPeerRemoteObject(java.lang.String _busname, java.lang.String _objectpath, java.lang.Class<I> _type, boolean _autostart)Return a reference to a remote object.<I extends DBusInterface>
IDBusConnection. getRemoteObject(java.lang.String _busname, java.lang.String _objectpath, java.lang.Class<I> _type)Return a reference to a remote object.<I extends DBusInterface>
IDBusConnection. getRemoteObject(java.lang.String _busname, java.lang.String _objectpath, java.lang.Class<I> _type, boolean _autostart)Return a reference to a remote object.<T extends DBusInterface>
TDirectConnection. getRemoteObject(java.lang.String _objectPath, java.lang.Class<T> _type)Return a reference to a remote object.Methods in org.freedesktop.dbus.connections.impl that return DBusInterface Modifier and Type Method Description DBusInterfaceDBusConnection. getExportedObject(java.lang.String _source, java.lang.String _path)DBusInterfaceDirectConnection. getExportedObject(java.lang.String _source, java.lang.String _path)DBusInterfaceDBusConnection. getPeerRemoteObject(java.lang.String _busname, java.lang.String _objectpath)Return a reference to a remote object.DBusInterfaceDBusConnection. getRemoteObject(java.lang.String _busname, java.lang.String _objectpath)Return a reference to a remote object.DBusInterfaceDirectConnection. getRemoteObject(java.lang.String _objectPath)Return a reference to a remote object.Methods in org.freedesktop.dbus.connections.impl with parameters of type DBusInterface Modifier and Type Method Description <T extends DBusSignal>
java.lang.AutoCloseableDBusConnection. addSigHandler(java.lang.Class<T> _type, java.lang.String _source, DBusInterface _object, DBusSigHandler<T> _handler)Add a Signal Handler.<T extends DBusSignal>
voidDBusConnection. removeSigHandler(java.lang.Class<T> _type, java.lang.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.interfaces Modifier and Type Interface Description interfaceDBusinterfaceFeaturesinterfaceIntrospectableObjects can provide introspection data via this interface and method.interfaceObjectManagerinterfacePeerAll DBus Applications should respond to the Ping method on this interfaceinterfacePropertiesA standard properties interface. -
Uses of DBusInterface in org.freedesktop.dbus.messages
Fields in org.freedesktop.dbus.messages with type parameters of type DBusInterface Modifier and Type Field Description private java.lang.ref.Reference<DBusInterface>ExportedObject. objectMethods in org.freedesktop.dbus.messages that return types with arguments of type DBusInterface Modifier and Type Method Description java.lang.ref.Reference<DBusInterface>ExportedObject. getObject()Constructors in org.freedesktop.dbus.messages with parameters of type DBusInterface Constructor Description ExportedObject(DBusInterface _object, boolean _weakreferences)
-