Uses of Class
org.freedesktop.dbus.messages.DBusSignal
Packages that use DBusSignal
Package
Description
-
Uses of DBusSignal in org.freedesktop.dbus
Fields in org.freedesktop.dbus with type parameters of type DBusSignalModifier and TypeFieldDescriptionprivate static final Map<String, Class<? extends DBusSignal>> DBusMatchRule.SIGNALTYPEMAPDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.freedesktop.dbus that return types with arguments of type DBusSignalModifier and TypeMethodDescriptionstatic Class<? extends DBusSignal> DBusMatchRule.getCachedSignalType(String _type) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.freedesktop.dbus with parameters of type DBusSignalModifier and TypeMethodDescriptionbooleanDBusMatchRule.matches(DBusSignal _signal, boolean _strict) Deprecated, for removal: This API element is subject to removal in a future version.Checks if the given signal matches with our rule. -
Uses of DBusSignal in org.freedesktop.dbus.bin
Methods in org.freedesktop.dbus.bin that return DBusSignalModifier and TypeMethodDescriptionprivate DBusSignalDBusDaemon.DBusServer.generatedNameOwnerChangedSignal(TransportConnection _connection, String _name, String _oldOwner, String _newOwner) Create a 'NameOwnerChanged' signal manually.private DBusSignalDBusDaemon.DBusServer.generateNameAcquiredSignal(TransportConnection _connection, String _name) Create a 'NameAcquired' signal manually.
This is required because the implementation in DBusNameAquired is for receiving of this signal only. -
Uses of DBusSignal in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections with type parameters of type DBusSignalModifier and TypeMethodDescription<T extends DBusSignal>
AutoCloseableAbstractConnection.addSigHandler(Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
AutoCloseableAbstractConnection.addSigHandler(Class<T> _type, DBusSigHandler<T> _handler) Add a Signal Handler.abstract <T extends DBusSignal>
AutoCloseableAbstractConnection.addSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Add a signal handler with the givenDBusMatchRuleto DBus.protected <T extends DBusSignal>
voidAbstractConnection.addSigHandlerWithoutMatch(Class<? extends DBusSignal> _signal, DBusSigHandler<T> _handler) <T extends DBusSignal>
voidAbstractConnection.removeSigHandler(Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler) Remove a Signal Handler.<T extends DBusSignal>
voidAbstractConnection.removeSigHandler(Class<T> _type, DBusSigHandler<T> _handler) Remove a Signal Handler.abstract <T extends DBusSignal>
voidAbstractConnection.removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Remove a match rule with the givenDBusSigHandler.Method parameters in org.freedesktop.dbus.connections with type arguments of type DBusSignalModifier and TypeMethodDescriptionprotected abstract AutoCloseableAbstractConnection.addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) Adds aDBusMatchRuleto with a generic signal handler.protected <T extends DBusSignal>
voidAbstractConnection.addSigHandlerWithoutMatch(Class<? extends DBusSignal> _signal, DBusSigHandler<T> _handler) protected abstract voidAbstractConnection.removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) Remove a generic signal handler with the givenDBusMatchRule. -
Uses of DBusSignal in org.freedesktop.dbus.connections.base
Fields in org.freedesktop.dbus.connections.base with type parameters of type DBusSignalModifier and TypeFieldDescriptionprivate final Map<DBusMatchRule, Queue<DBusSigHandler<DBusSignal>>> AbstractConnectionBase.genericHandledSignalsprivate final Map<DBusMatchRule, Queue<DBusSigHandler<? extends DBusSignal>>> AbstractConnectionBase.handledSignalsMethods in org.freedesktop.dbus.connections.base that return types with arguments of type DBusSignalModifier and TypeMethodDescriptionprotected Map<DBusMatchRule, Queue<DBusSigHandler<DBusSignal>>> AbstractConnectionBase.getGenericHandledSignals()protected Map<DBusMatchRule, Queue<DBusSigHandler<? extends DBusSignal>>> AbstractConnectionBase.getHandledSignals()Methods in org.freedesktop.dbus.connections.base with parameters of type DBusSignalModifier and TypeMethodDescriptionprivate voidConnectionMessageHandler.handleMessage(DBusSignal _signal, boolean _useThreadPool) Handle a signal received on DBus. -
Uses of DBusSignal in org.freedesktop.dbus.connections.impl
Fields in org.freedesktop.dbus.connections.impl with type parameters of type DBusSignalModifier and TypeFieldDescriptionprivate Consumer<DBusSignal> ConnectionConfig.unknownSignalHandlerMethods in org.freedesktop.dbus.connections.impl with type parameters of type DBusSignalModifier and TypeMethodDescription<T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler(Class<T> _type, String _source, DBusInterface _object, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler(Class<T> _type, String _source, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Add a signal handler with the givenDBusMatchRuleto DBus.<T extends DBusSignal>
AutoCloseableDirectConnection.addSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) <T extends DBusSignal>
voidDBusConnection.removeSigHandler(Class<T> _type, String _source, DBusInterface _object, DBusSigHandler<T> _handler) Remove a Signal Handler.<T extends DBusSignal>
voidDBusConnection.removeSigHandler(Class<T> _type, String _source, DBusSigHandler<T> _handler) Remove a Signal Handler.<T extends DBusSignal>
voidDBusConnection.removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Remove a match rule with the givenDBusSigHandler.<T extends DBusSignal>
voidDirectConnection.removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Methods in org.freedesktop.dbus.connections.impl that return types with arguments of type DBusSignalMethods in org.freedesktop.dbus.connections.impl with parameters of type DBusSignalMethod parameters in org.freedesktop.dbus.connections.impl with type arguments of type DBusSignalModifier and TypeMethodDescriptionDBusConnection.addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) protected AutoCloseableDirectConnection.addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) voidDBusConnection.removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) protected voidDirectConnection.removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) voidConnectionConfig.setUnknownSignalHandler(Consumer<DBusSignal> _unknownSignalHandler) BaseConnectionBuilder.withUnknownSignalHandler(Consumer<DBusSignal> _handler) Configures a consumer which will receive any signal which could not be handled. -
Uses of DBusSignal in org.freedesktop.dbus.handlers
Classes in org.freedesktop.dbus.handlers with type parameters of type DBusSignalModifier and TypeClassDescriptionclassAbstractSignalHandlerBase<T extends DBusSignal>Base class for all signal handling classes. -
Uses of DBusSignal in org.freedesktop.dbus.interfaces
Classes in org.freedesktop.dbus.interfaces with type parameters of type DBusSignalModifier and TypeInterfaceDescriptioninterfaceDBusSigHandler<T extends DBusSignal>Handle a signal on DBus.Subclasses of DBusSignal in org.freedesktop.dbus.interfacesModifier and TypeClassDescriptionstatic classSignal sent to a connection when it acquires a name.static classSignal sent to a connection when it loses a name.static classSignal sent when the owner of a name changesstatic classSignal generated when a new interface is addedstatic classSignal generated when an interface is removedstatic classSignal generated when a property changes. -
Uses of DBusSignal in org.freedesktop.dbus.matchrules
Fields in org.freedesktop.dbus.matchrules with type parameters of type DBusSignalModifier and TypeFieldDescriptionprivate static final Map<String, Class<? extends DBusSignal>> DBusMatchRule.SIGNALTYPEMAPMethods in org.freedesktop.dbus.matchrules that return types with arguments of type DBusSignalModifier and TypeMethodDescriptionstatic Class<? extends DBusSignal> DBusMatchRule.getCachedSignalType(String _type) Method parameters in org.freedesktop.dbus.matchrules with type arguments of type DBusSignalModifier and TypeMethodDescription(package private) static voidDBusMatchRule.addToTypeMap(String _key, Class<? extends DBusSignal> _clz) -
Uses of DBusSignal in org.freedesktop.dbus.messages
Fields in org.freedesktop.dbus.messages with type parameters of type DBusSignalModifier and TypeFieldDescriptionprivate static final Map<Class<? extends DBusSignal>, List<DBusSignal.CachedConstructor>> DBusSignal.CACHED_CONSTRUCTORSprivate static final Map<String, Class<? extends DBusSignal>> DBusSignal.CLASS_CACHEprivate Class<? extends DBusSignal> DBusSignal.clazzprivate final Constructor<? extends DBusSignal> DBusSignal.CachedConstructor.constructorprivate static final Map<Class<? extends DBusSignal>, Type[]> DBusSignal.TYPE_CACHEMethods in org.freedesktop.dbus.messages that return DBusSignalModifier and TypeMethodDescriptionDBusSignal.createReal(AbstractConnectionBase _conn) Called to create signal objects for object handlers.MessageFactory.createSignal(String _objectPath, Object... _args) MessageFactory.createSignal(String _source, String _path, String _iface, String _member, String _sig, Object... _args) Methods in org.freedesktop.dbus.messages that return types with arguments of type DBusSignalModifier and TypeMethodDescriptionprivate static Class<? extends DBusSignal> DBusSignal.createSignalClass(String _intName, String _sigName) Method parameters in org.freedesktop.dbus.messages with type arguments of type DBusSignalModifier and TypeMethodDescriptionprivate voidDBusSignal.cacheConstructors(Class<? extends DBusSignal> _clazz) private static Type[]DBusSignal.CachedConstructor.createTypes(Constructor<? extends DBusSignal> _constructor) Constructor parameters in org.freedesktop.dbus.messages with type arguments of type DBusSignalModifierConstructorDescription(package private)CachedConstructor(Constructor<? extends DBusSignal> _constructor)
DBusMatchRule.getCachedSignalType(String)