Class GlobalHandler

    • Field Detail

      • objectpath

        private final java.lang.String objectpath
    • Constructor Detail

      • GlobalHandler

        GlobalHandler​(AbstractConnection _abstractConnection,
                      java.lang.String _objectpath)
    • Method Detail

      • 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 java.lang.String Introspect()
        Specified by:
        Introspect in interface Introspectable
        Returns:
        The XML introspection data for this object
      • getObjectPath

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

        public java.lang.String GetMachineId()
        Specified by:
        GetMachineId in interface Peer