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 TypeInterfaceDescriptioninterface
An inbound message is a message that got send from another service to this service on the same bus that this service is connected to.interface
An inbound reply to a previously send message.interface
An 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.interface
A reply to a previously send message.Classes in com.lucimber.dbus.message that implement MessageModifier and TypeClassDescriptionfinal class
An inbound error message.final class
An inbound method call message.final class
An inbound method return message.final class
An inbound signal message.final class
An outbound error message.final class
An outbound method call.final class
An outbound method return message.final class
An outbound signal message.