Verwendungen von Klasse
org.freedesktop.dbus.RemoteObject
Package
Beschreibung
-
Verwendungen von RemoteObject in org.freedesktop.dbus
Modifizierer und TypMethodeBeschreibungstatic Object
RemoteInvocationHandler.executeRemoteMethod
(RemoteObject _ro, Method _m, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) static Object
RemoteInvocationHandler.executeRemoteMethod
(RemoteObject _ro, Method _m, String[] _customSignatures, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) Executes a remote method.static Object
RemoteInvocationHandler.executeRemoteMethod
(RemoteObject _ro, Method _m, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) ModifiziererKonstruktorBeschreibungRemoteInvocationHandler
(AbstractConnection _conn, RemoteObject _remote) -
Verwendungen von RemoteObject in org.freedesktop.dbus.connections.base
Modifizierer und TypMethodeBeschreibungprotected Map
<DBusInterface, RemoteObject> AbstractConnectionBase.getImportedObjects()
-
Verwendungen von RemoteObject in org.freedesktop.dbus.propertyref
Modifizierer und TypMethodeBeschreibungstatic Object
PropRefRemoteHandler.handleDBusBoundProperty
(AbstractConnection _conn, RemoteObject _remote, Method _method, Object[] _args) Handles theDBusBoundProperty
annotation.
The special handling is needed because when this annotation is used the
object uses the DBusProperties
interface without explicitly implementing it.
In that case we have to fake the presents of this interface and also take care about
the types which have to be wrapped inVariant
(due to DBus Properties specify that every property value is aVariant
).