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 java.util.Map<DBusPath,java.util.Map<java.lang.String,java.util.Map<java.lang.String,Variant<?>>>>GetManagedObjects()Get a sub-tree of objects.-
Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
-
-
-
Method Detail
-
GetManagedObjects
java.util.Map<DBusPath,java.util.Map<java.lang.String,java.util.Map<java.lang.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())
-
-