Class RemoteObject

java.lang.Object
org.freedesktop.dbus.RemoteObject

public class RemoteObject extends Object
  • Field Details

    • busname

      private final String busname
    • objectpath

      private final String objectpath
    • iface

      private final Class<? extends DBusInterface> iface
    • autostart

      private final boolean autostart
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object _o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isAutostart

      public boolean isAutostart()
    • getBusName

      public String getBusName()
    • getObjectPath

      public String getObjectPath()
    • getInterface

      public Class<? extends DBusInterface> getInterface()
    • toString

      public String toString()
      Overrides:
      toString in class Object