Class Messaging

    • Field Detail

      • connection

        protected org.freedesktop.dbus.connections.impl.DBusConnection connection
      • serviceName

        protected String serviceName
      • objectPath

        protected String objectPath
      • interfaceName

        protected String interfaceName
    • Constructor Detail

      • 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 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()
      • getConnection

        public org.freedesktop.dbus.connections.impl.DBusConnection getConnection()