Uses of Class
org.freedesktop.dbus.connections.base.AbstractConnectionBase
Packages that use AbstractConnectionBase
Package
Description
-
Uses of AbstractConnectionBase in org.freedesktop.dbus
Methods in org.freedesktop.dbus with parameters of type AbstractConnectionBaseModifier and TypeMethodDescriptionstatic Object[]Marshalling.convertParameters(Object[] _parameters, Type[] _types, String[] _customSignatures, AbstractConnectionBase _conn) Recursively converts types for serialization onto DBus.
When _customSignature is not empty or null, it will be used to wrap the given parameters to aVariant
of the type defined in the _customSignature array.
It is required that everyVariantpassed has a signature definition in _customSignature.
E.g. 3 Objects are given in _parameters: String, Variant, Variant.
Then it is expected that _customSignature (if used) contains 2 entries one for eachVariant.
If the _customSignature is smaller than the count ofVariants in _parameters, all remainingVariants
are created without a explicit signature (Variant constructor will try to determine type automatically).
If more entries are given thenVariants found in _parameters, the additional signatures are ignored.static Object[]Marshalling.convertParameters(Object[] _parameters, Type[] _types, AbstractConnectionBase _conn) Recursively converts types for serialization onto DBus.static Object[]Marshalling.deSerializeParameters(Object[] _parameters, Type[] _types, AbstractConnectionBase _conn) -
Uses of AbstractConnectionBase in org.freedesktop.dbus.connections
Subclasses of AbstractConnectionBase in org.freedesktop.dbus.connections -
Uses of AbstractConnectionBase in org.freedesktop.dbus.connections.base
Subclasses of AbstractConnectionBase in org.freedesktop.dbus.connections.baseModifier and TypeClassDescriptionclassAbstract class containing most methods to handle/react to a message received on a connection.classAbstract class containing most methods to invoke methods on a connection.classAbstract class containing methods for handling DBus properties andDBusBoundPropertyannotation. -
Uses of AbstractConnectionBase in org.freedesktop.dbus.connections.impl
Subclasses of AbstractConnectionBase 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 AbstractConnectionBase in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages with parameters of type AbstractConnectionBaseModifier and TypeMethodDescriptionvoidDBusSignal.appendbody(AbstractConnectionBase _conn) DBusSignal.createReal(AbstractConnectionBase _conn) Called to create signal objects for object handlers.