Package org.freedesktop.secret.handlers
Class Messaging
- java.lang.Object
-
- org.freedesktop.secret.handlers.Messaging
-
- Direct Known Subclasses:
AbstractInterface,InternalUnsupportedGuiltRiddenInterface,Item,Prompt,Service,Session
public abstract class Messaging extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.freedesktop.dbus.connections.impl.DBusConnectionconnectionprotected StringinterfaceNameprotected MessageHandlermsgprotected StringobjectPathprotected StringserviceNameprotected SignalHandlersh
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.freedesktop.dbus.types.VariantgetAllProperties()org.freedesktop.dbus.connections.impl.DBusConnectiongetConnection()StringgetInterfaceName()MessageHandlergetMessageHandler()StringgetObjectPath()org.freedesktop.dbus.ObjectPathgetPath()protected org.freedesktop.dbus.types.VariantgetProperty(String property)StringgetServiceName()SignalHandlergetSignalHandler()protected Object[]send(String method)protected Object[]send(String method, String signature, Object... arguments)protected voidsetProperty(String property, org.freedesktop.dbus.types.Variant value)
-
-
-
Field Detail
-
connection
protected org.freedesktop.dbus.connections.impl.DBusConnection connection
-
msg
protected MessageHandler msg
-
sh
protected SignalHandler sh
-
serviceName
protected String serviceName
-
objectPath
protected String objectPath
-
interfaceName
protected String interfaceName
-
-
Method Detail
-
getProperty
protected org.freedesktop.dbus.types.Variant getProperty(String property)
-
getAllProperties
protected org.freedesktop.dbus.types.Variant getAllProperties()
-
setProperty
protected void setProperty(String property, org.freedesktop.dbus.types.Variant value)
-
getServiceName
public String getServiceName()
-
getObjectPath
public String getObjectPath()
-
getPath
public org.freedesktop.dbus.ObjectPath getPath()
-
getInterfaceName
public String getInterfaceName()
-
getMessageHandler
public MessageHandler getMessageHandler()
-
getSignalHandler
public SignalHandler getSignalHandler()
-
getConnection
public org.freedesktop.dbus.connections.impl.DBusConnection getConnection()
-
-