Package org.freedesktop.dbus
Class DBusMatchRule
- java.lang.Object
-
- org.freedesktop.dbus.DBusMatchRule
-
public class DBusMatchRule extends Object
-
-
Constructor Summary
Constructors Constructor Description DBusMatchRule(Class<? extends Object> c)DBusMatchRule(Class<? extends Object> _c, String _source, String _object)DBusMatchRule(Class<? extends DBusInterface> c, String method)DBusMatchRule(String _type, String _iface, String _member)DBusMatchRule(String _type, String _iface, String _member, String _object)DBusMatchRule(DBusExecutionException e)DBusMatchRule(Message m)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Class<? extends DBusSignal>getCachedSignalType(String type)StringgetInterface()StringgetMember()StringgetObject()StringgetSource()StringgetType()StringtoString()
-
-
-
Constructor Detail
-
DBusMatchRule
public DBusMatchRule(DBusExecutionException e) throws DBusException
- Throws:
DBusException
-
DBusMatchRule
public DBusMatchRule(Message m)
-
DBusMatchRule
public DBusMatchRule(Class<? extends DBusInterface> c, String method) throws DBusException
- Throws:
DBusException
-
DBusMatchRule
public DBusMatchRule(Class<? extends Object> _c, String _source, String _object) throws DBusException
- Throws:
DBusException
-
DBusMatchRule
public DBusMatchRule(Class<? extends Object> c) throws DBusException
- Throws:
DBusException
-
-