Verwendungen von Klasse
org.freedesktop.dbus.connections.AbstractConnection
Packages, die AbstractConnection verwenden
Package
Beschreibung
-
Verwendungen von AbstractConnection in org.freedesktop.dbus
Methoden in org.freedesktop.dbus, die AbstractConnection zurückgebenMethoden in org.freedesktop.dbus mit Parametern vom Typ AbstractConnectionModifizierer und TypMethodeBeschreibungstatic ObjectRemoteInvocationHandler.convertRV(Object[] _rp, Method _m, AbstractConnection _conn) static ObjectRemoteInvocationHandler.convertRV(Object[] _rp, Type[] _types, Method _m, AbstractConnection _conn) static ObjectRemoteInvocationHandler.executeRemoteMethod(RemoteObject _ro, Method _m, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) static ObjectRemoteInvocationHandler.executeRemoteMethod(RemoteObject _ro, Method _m, String[] _customSignatures, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) Executes a remote method.static ObjectRemoteInvocationHandler.executeRemoteMethod(RemoteObject _ro, Method _m, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) Konstruktoren in org.freedesktop.dbus mit Parametern vom Typ AbstractConnectionModifiziererKonstruktorBeschreibungDBusAsyncReply(MethodCall _mc, Method _me, AbstractConnection _conn) RemoteInvocationHandler(AbstractConnection _conn, RemoteObject _remote) -
Verwendungen von AbstractConnection in org.freedesktop.dbus.connections.base
Methoden in org.freedesktop.dbus.connections.base mit Parametern vom Typ AbstractConnectionModifizierer und TypMethodeBeschreibungvoidPendingCallbackManager.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection) -
Verwendungen von AbstractConnection in org.freedesktop.dbus.connections.impl
Klassen in org.freedesktop.dbus.connections.impl mit Typparametern vom Typ AbstractConnectionModifizierer und TypKlasseBeschreibungclassBaseConnectionBuilder<R extends BaseConnectionBuilder<R,C>, C extends AbstractConnection> Base class for connection builders containing commonly used options.Unterklassen von AbstractConnection in org.freedesktop.dbus.connections.implModifizierer und TypKlasseBeschreibungfinal classHandles a connection to DBus.classHandles a peer to peer connection between two applications without a bus daemon. -
Verwendungen von AbstractConnection in org.freedesktop.dbus.propertyref
Methoden in org.freedesktop.dbus.propertyref mit Parametern vom Typ AbstractConnectionModifizierer und TypMethodeBeschreibungstatic ObjectPropRefRemoteHandler.handleDBusBoundProperty(AbstractConnection _conn, RemoteObject _remote, Method _method, Object[] _args) Handles theDBusBoundPropertyannotation.
The special handling is needed because when this annotation is used the
object uses the DBusPropertiesinterface 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).