Class GlobalHandler

java.lang.Object
org.freedesktop.dbus.connections.base.GlobalHandler
All Implemented Interfaces:
DBusInterface, Introspectable, Peer

public class GlobalHandler extends Object implements Peer, Introspectable
  • Method Details

    • isRemote

      public boolean isRemote()
      Description copied from interface: DBusInterface
      Returns true on remote objects. Local objects implementing this interface MUST return false.
      Specified by:
      isRemote in interface DBusInterface
      Returns:
      boolean
    • Ping

      public void Ping()
      Specified by:
      Ping in interface Peer
    • Introspect

      public String Introspect()
      Specified by:
      Introspect in interface Introspectable
      Returns:
      The XML introspection data for this object
    • getObjectPath

      public String getObjectPath()
      Description copied from interface: DBusInterface
      Returns the path of this object.
      Specified by:
      getObjectPath in interface DBusInterface
      Returns:
      string
    • GetMachineId

      public String GetMachineId()
      Specified by:
      GetMachineId in interface Peer