Modul org.freedesktop.dbus
Package org.freedesktop.dbus.interfaces
Klasse ObjectManager.InterfacesAdded
java.lang.Object
org.freedesktop.dbus.messages.Message
org.freedesktop.dbus.messages.DBusSignal
org.freedesktop.dbus.interfaces.ObjectManager.InterfacesAdded
- Umschließende Schnittstelle:
ObjectManager
Signal generated when a new interface is added
-
Feldübersicht
Von Klasse geerbte Felder org.freedesktop.dbus.messages.Message
logger, MAXIMUM_ARRAY_LENGTH, MAXIMUM_MESSAGE_LENGTH, MAXIMUM_NUM_UNIX_FDS, PROTOCOL
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the added interfaces.The source DBus object path (e.g.toString()
Formats the message in a human-readable format.Von Klasse geerbte Methoden org.freedesktop.dbus.messages.DBusSignal
appendbody, createReal
Von Klasse geerbte Methoden org.freedesktop.dbus.messages.Message
align, append, appendByte, appendBytes, appendint, createHeaderArgs, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getByteCounter, getDestination, getEndianess, getFiledescriptors, getFlags, getHeader, getHeader, getHeaderFieldName, getInterface, getName, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getType, getWireData, marshallint, marshallintBig, marshallintLittle, pad, padAndMarshall, setArgs, setByteCounter, setHeader, setSerial, setSource, setWireData, updateEndianess
-
Felddetails
-
signalSource
-
objectPath
-
interfaces
-
-
Konstruktordetails
-
InterfacesAdded
public InterfacesAdded(String _objectPath, DBusPath _source, Map<String, Map<String, throws DBusExceptionVariant<?>>> _interfaces) - Löst aus:
DBusException
-
-
Methodendetails
-
getSignalSource
The source DBus object path (e.g. /org/bluez/hci0/dev_00_11_22_33_44_55).- Gibt zurück:
- DBusPath
-
getObjectPath
-
getInterfaces
Returns the added interfaces. Key is a DBus interface name (like org.bluez.Device1). Value is a Map with properties known for the new device.- Gibt zurück:
- Map
-
toString
Beschreibung aus Klasse kopiert:Message
Formats the message in a human-readable format.
-