Verwendungen von Klasse
org.freedesktop.dbus.connections.base.AbstractConnectionBase
Package
Beschreibung
-
Verwendungen von AbstractConnectionBase in org.freedesktop.dbus
Modifizierer und TypMethodeBeschreibungstatic 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 everyVariant
passed 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 ofVariant
s in _parameters, all remainingVariant
s
are created without a explicit signature (Variant constructor will try to determine type automatically).
If more entries are given thenVariant
s 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) -
Verwendungen von AbstractConnectionBase in org.freedesktop.dbus.connections
-
Verwendungen von AbstractConnectionBase in org.freedesktop.dbus.connections.base
Modifizierer und TypKlasseBeschreibungclass
Abstract class containing most methods to handle/react to a message received on a connection.class
Abstract class containing most methods to invoke methods on a connection.class
Abstract class containing methods for handling DBus properties andDBusBoundProperty
annotation. -
Verwendungen von AbstractConnectionBase in org.freedesktop.dbus.connections.impl
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 AbstractConnectionBase in org.freedesktop.dbus.messages
Modifizierer und TypMethodeBeschreibungvoid
DBusSignal.appendbody
(AbstractConnectionBase _conn) DBusSignal.createReal
(AbstractConnectionBase _conn) Called to create signal objects for object handlers.