Package org.freedesktop.dbus.interfaces
Interface ObjectManager
-
- All Superinterfaces:
DBusInterface
public interface ObjectManager extends DBusInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObjectManager.InterfacesAddedSignal generated when a new interface is addedstatic classObjectManager.InterfacesRemovedSignal generated when an interface is removed
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<DBusPath,Map<String,Map<String,Variant<?>>>>GetManagedObjects()Get a sub-tree of objects.-
Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
-