Uses of Class
org.freedesktop.dbus.messages.ExportedObject
Packages that use ExportedObject
-
Uses of ExportedObject in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type ExportedObjectModifier and TypeFieldDescriptionprivate final Map<String, ExportedObject> AbstractConnection.exportedObjectsprivate final Map<String[], ExportedObject> FallbackContainer.fallbacksMethods in org.freedesktop.dbus.connections that return ExportedObjectMethods in org.freedesktop.dbus.connections that return types with arguments of type ExportedObjectModifier and TypeMethodDescriptionprotected Map<String, ExportedObject> AbstractConnection.getExportedObjects()Methods in org.freedesktop.dbus.connections with parameters of type ExportedObject -
Uses of ExportedObject in org.freedesktop.dbus.messages
Fields in org.freedesktop.dbus.messages declared as ExportedObjectMethods in org.freedesktop.dbus.messages with parameters of type ExportedObjectModifier and TypeMethodDescriptionvoidObjectTree.add(String _path, ExportedObject _object, String _data) private ObjectTree.TreeNodeObjectTree.recursiveAdd(ObjectTree.TreeNode _current, String _path, ExportedObject _object, String _data) Constructors in org.freedesktop.dbus.messages with parameters of type ExportedObjectModifierConstructorDescription(package private)TreeNode(String _name, ExportedObject _object, String _data)