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 Object[]Marshalling.convertParameters(Object[] _parameters, Type[] _types, AbstractConnection _conn) Recursively converts types for serialization onto DBus.static ObjectRemoteInvocationHandler.convertRV(String sig, Object[] rp, Method m, AbstractConnection conn) static Object[]Marshalling.deSerializeParameters(Object[] _parameters, Type[] _types, AbstractConnection _conn) 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
Methods in org.freedesktop.dbus.connections with parameters of type AbstractConnectionModifier and TypeMethodDescriptionprotected voidAbstractConnection.handleException(AbstractConnection _dbusConnection, Message _methodOrSignal, DBusExecutionException _exception) voidPendingCallbackManager.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection) Constructors in org.freedesktop.dbus.connections with parameters of type AbstractConnection -
Uses of AbstractConnection in org.freedesktop.dbus.connections.impl
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 withou a bus daemon. -
Uses of AbstractConnection in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages with parameters of type AbstractConnectionModifier and TypeMethodDescriptionvoidDBusSignal.appendbody(AbstractConnection conn) DBusSignal.createReal(AbstractConnection conn)