Package org.freedesktop.secret.handlers
Class MessageHandler
- java.lang.Object
-
- org.freedesktop.secret.handlers.MessageHandler
-
public class MessageHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description MessageHandler(org.freedesktop.dbus.connections.impl.DBusConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.freedesktop.dbus.types.VariantgetAllProperties(String service, String path, String iface)org.freedesktop.dbus.connections.impl.DBusConnectiongetConnection()org.freedesktop.dbus.types.VariantgetProperty(String service, String path, String iface, String property)Object[]send(String service, String path, String iface, String method, String signature, Object... args)voidsetProperty(String service, String path, String iface, String property, org.freedesktop.dbus.types.Variant value)
-
-
-
Method Detail
-
send
public Object[] send(String service, String path, String iface, String method, String signature, Object... args)
-
getProperty
public org.freedesktop.dbus.types.Variant getProperty(String service, String path, String iface, String property)
-
getAllProperties
public org.freedesktop.dbus.types.Variant getAllProperties(String service, String path, String iface)
-
setProperty
public void setProperty(String service, String path, String iface, String property, org.freedesktop.dbus.types.Variant value)
-
getConnection
public org.freedesktop.dbus.connections.impl.DBusConnection getConnection()
-
-