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 Details

    • 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
  • Constructor Details

    • Messaging

      public Messaging(org.freedesktop.dbus.connections.impl.DBusConnection connection, List<Class<? extends org.freedesktop.dbus.messages.DBusSignal>> signals, String serviceName, String objectPath, String interfaceName)
  • Method Details

    • send

      protected Object[] send(String method)
    • send

      protected Object[] send(String method, String signature, Object... arguments)
    • 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()