Uses of Interface
org.freedesktop.dbus.interfaces.DBusInterface
-
-
Uses of DBusInterface in org.freedesktop.dbus
Methods in org.freedesktop.dbus that return types with arguments of type DBusInterface Modifier and Type Method Description Class<? extends DBusInterface>RemoteObject. getInterface()Constructor parameters in org.freedesktop.dbus with type arguments of type DBusInterface Constructor Description DBusMatchRule(Class<? extends DBusInterface> c, String method)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 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 classGlobalHandlerMethods in org.freedesktop.dbus.connections that return DBusInterface Modifier and Type Method Description abstract DBusInterfaceAbstractConnection. getExportedObject(String source, String path)Methods in org.freedesktop.dbus.connections that return types with arguments of type DBusInterface Modifier and Type Method Description protected Map<DBusInterface,RemoteObject>AbstractConnection. getImportedObjects()Methods in org.freedesktop.dbus.connections with parameters of type DBusInterface Modifier and Type Method Description voidAbstractConnection. addFallback(String _objectPrefix, DBusInterface _object)Export an object as a fallback object.<T extends DBusSignal>
voidAbstractConnection. addSigHandler(Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler)Add a Signal Handler.DBusAsyncReply<?>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.StringAbstractConnection. getExportedObject(DBusInterface _interface)<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.impl
Methods in org.freedesktop.dbus.connections.impl with type parameters of type DBusInterface Modifier and Type Method Description <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.Methods in org.freedesktop.dbus.connections.impl that return DBusInterface Modifier and Type Method Description protected DBusInterfaceDBusConnection. dynamicProxy(String _source, String _path)DBusInterfaceDBusConnection. getExportedObject(String _source, String _path)DBusInterfaceDirectConnection. getExportedObject(String source, String path)DBusInterfaceDBusConnection. getPeerRemoteObject(String _busname, String _objectpath)Return a reference to a remote object.DBusInterfaceDBusConnection. getRemoteObject(String _busname, String _objectpath)Return a reference to a remote object.DBusInterfaceDirectConnection. getRemoteObject(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>
voidDBusConnection. 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.interfaces Modifier and Type Interface Description interfaceDBusinterfaceFeaturesinterfaceIntrospectableObjects can provide introspection data via this interface and method.interfaceLocalMessages generated locally in the application.interfaceObjectManagerinterfacePeerAll DBus Applications should respond to the Ping method on this interfaceinterfacePropertiesA standard properties interface. -
Uses of DBusInterface in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages that return types with arguments of type DBusInterface Modifier and Type Method Description Reference<DBusInterface>ExportedObject. getObject()Constructors in org.freedesktop.dbus.messages with parameters of type DBusInterface Constructor Description ExportedObject(DBusInterface _object, boolean _weakreferences)
-