Package org.freedesktop.secret.handlers
Class Messaging
java.lang.Object
org.freedesktop.secret.handlers.Messaging
- Direct Known Subclasses:
Collection,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 -
Constructor Summary
-
Method Summary
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 Details
-
connection
protected org.freedesktop.dbus.connections.impl.DBusConnection connection -
msg
-
sh
-
serviceName
-
objectPath
-
interfaceName
-
-
Constructor Details
-
Method Details
-
send
-
send
-
getProperty
-
getAllProperties
protected org.freedesktop.dbus.types.Variant getAllProperties() -
setProperty
-
getServiceName
-
getObjectPath
-
getPath
public org.freedesktop.dbus.ObjectPath getPath() -
getInterfaceName
-
getMessageHandler
-
getSignalHandler
-
getConnection
public org.freedesktop.dbus.connections.impl.DBusConnection getConnection()
-