Uses of Class
org.freedesktop.dbus.errors.MatchRuleInvalid
-
Packages that use MatchRuleInvalid Package Description org.freedesktop.dbus.bin org.freedesktop.dbus.interfaces -
-
Uses of MatchRuleInvalid in org.freedesktop.dbus.bin
Methods in org.freedesktop.dbus.bin that throw MatchRuleInvalid Modifier and Type Method Description voidDBusDaemon.DBusServer. AddMatch(java.lang.String _matchrule)voidDBusDaemon.DBusServer. RemoveMatch(java.lang.String _matchrule) -
Uses of MatchRuleInvalid in org.freedesktop.dbus.interfaces
Methods in org.freedesktop.dbus.interfaces that throw MatchRuleInvalid Modifier and Type Method Description voidDBus. AddMatch(java.lang.String _matchrule)Add a match rule.voidDBus. RemoveMatch(java.lang.String _matchrule)Remove a match rule.
-