Uses of Interface
com.lucimber.dbus.message.Message
Packages that use Message
Package
Description
D-Bus message types and structures for method calls, returns, signals, and errors.
-
Uses of Message in com.lucimber.dbus.message
Subinterfaces of Message in com.lucimber.dbus.messageModifier and TypeInterfaceDescriptioninterfaceAn inbound message is a message that got send from another service to this service on the same bus that this service is connected to.interfaceAn inbound reply to a previously send message.interfaceAn outbound message is a message that should be sent from this service to another service on the same bus that this service is connected to.interfaceA reply to a previously send message.Classes in com.lucimber.dbus.message that implement MessageModifier and TypeClassDescriptionfinal classAn inbound error message.final classAn inbound method call message.final classAn inbound method return message.final classAn inbound signal message.final classAn outbound error message.final classAn outbound method call.final classAn outbound method return message.final classAn outbound signal message.