Verwendungen von Klasse
org.freedesktop.dbus.connections.AbstractConnection
Package
Beschreibung
-
Verwendungen von AbstractConnection in org.freedesktop.dbus
Modifizierer und TypMethodeBeschreibungstatic Object
RemoteInvocationHandler.convertRV
(Object[] _rp, Method _m, AbstractConnection _conn) static Object
RemoteInvocationHandler.convertRV
(Object[] _rp, Type[] _types, Method _m, AbstractConnection _conn) static 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) ModifiziererKonstruktorBeschreibungDBusAsyncReply
(MethodCall _mc, Method _me, AbstractConnection _conn) RemoteInvocationHandler
(AbstractConnection _conn, RemoteObject _remote) -
Verwendungen von AbstractConnection in org.freedesktop.dbus.connections.base
Modifizierer und TypMethodeBeschreibungvoid
PendingCallbackManager.queueCallback
(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection) -
Verwendungen von AbstractConnection in org.freedesktop.dbus.connections.impl
Modifizierer und TypKlasseBeschreibungclass
BaseConnectionBuilder<R extends BaseConnectionBuilder<R,
C>, C extends AbstractConnection> Base class for connection builders containing commonly used options.Modifizierer und TypKlasseBeschreibungfinal class
Handles a connection to DBus.class
Handles a peer to peer connection between two applications without a bus daemon. -
Verwendungen von AbstractConnection 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
).