Interface ObjectManager

All Superinterfaces:
DBusInterface

public interface ObjectManager extends DBusInterface
  • Method Details

    • GetManagedObjects

      Map<DBusPath, Map<String, Map<String, Variant<?>>>> GetManagedObjects()
      Get a sub-tree of objects. The root of the sub-tree is this object.
      Returns:
      A Map from object path (DBusInterface) to a Map from interface name to a properties Map (as returned by Properties.GetAll())