Uses of Class
org.freedesktop.dbus.connections.AbstractConnection
Packages that use AbstractConnection
Package
Description
-
Uses of AbstractConnection in org.freedesktop.dbus
Methods in org.freedesktop.dbus that return AbstractConnectionMethods in org.freedesktop.dbus with parameters of type AbstractConnectionModifier and TypeMethodDescriptionstatic 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) Constructors in org.freedesktop.dbus with parameters of type AbstractConnectionModifierConstructorDescriptionDBusAsyncReply(MethodCall _mc, Method _me, AbstractConnection _conn) RemoteInvocationHandler(AbstractConnection _conn, RemoteObject _remote) -
Uses of AbstractConnection in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base with parameters of type AbstractConnectionModifier and TypeMethodDescriptionvoidPendingCallbackManager.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection) -
Uses of AbstractConnection in org.freedesktop.dbus.connections.impl
Classes in org.freedesktop.dbus.connections.impl with type parameters of type AbstractConnectionModifier and TypeClassDescriptionclassBaseConnectionBuilder<R extends BaseConnectionBuilder<R,C>, C extends AbstractConnection> Base class for connection builders containing commonly used options.Subclasses of AbstractConnection in org.freedesktop.dbus.connections.implModifier and TypeClassDescriptionfinal classHandles a connection to DBus.classHandles a peer to peer connection between two applications without a bus daemon. -
Uses of AbstractConnection in org.freedesktop.dbus.propertyref
Methods in org.freedesktop.dbus.propertyref with parameters of type AbstractConnectionModifier and TypeMethodDescriptionstatic 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).