Uses of Class
org.freedesktop.dbus.messages.ExportedObject
Packages that use ExportedObject
-
Uses of ExportedObject in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base that return ExportedObjectMethods in org.freedesktop.dbus.connections.base with parameters of type ExportedObjectModifier and TypeMethodDescriptionvoidFallbackContainer.add(String _path, ExportedObject _eo) protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleDBusBoundProperties(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Method which handles the magic related toDBusBoundPropertyannotation.
It takes care of proper method calling (calling Get/Set stuff on DBus Properties interface)
and will also take care of converting wrapped Variant types.protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleGet(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Called when 'Get' method of DBusPropertiesinterface is called.protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleGetAll(ExportedObject _exportObject, MethodCall _methodCall) Called when 'GetAll' method of DBusPropertiesinterface is called.protected org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleSet(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Called when 'Set' method of DBusPropertiesinterface is called.Method parameters in org.freedesktop.dbus.connections.base with type arguments of type ExportedObjectModifier and TypeMethodDescriptionprotected <X extends Throwable>
voidAbstractConnectionBase.doWithExportedObjects(Class<X> _exClz, IThrowingConsumer<Map<String, ExportedObject>, X> _action) Do some action with the currently exported objects in a synchronized manor.protected <T, X extends Throwable>
TAbstractConnectionBase.doWithExportedObjectsAndReturn(Class<X> _exClz, IThrowingFunction<Map<String, ExportedObject>, T, X> _action) Do some action with the currently exported objects in a synchronized manor. -
Uses of ExportedObject in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages with parameters of type ExportedObjectModifier and TypeMethodDescriptionvoidObjectTree.add(String _path, ExportedObject _object, String _data)