Uses of Class
org.freedesktop.dbus.messages.Message
Packages that use Message
Package
Description
-
Uses of Message in org.freedesktop.dbus
Subclasses of Message in org.freedesktop.dbusConstructors in org.freedesktop.dbus with parameters of type Message -
Uses of Message in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return types with arguments of type MessageMethods in org.freedesktop.dbus.connections with parameters of type MessageModifier and TypeMethodDescriptionprotected voidAbstractConnection.handleException(AbstractConnection _dbusConnection, Message _methodOrSignal, DBusExecutionException _exception) voidAbstractConnection.sendMessage(Message _message) Send a message or signal to the DBus daemon. -
Uses of Message in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return MessageModifier and TypeMethodDescriptionAbstractTransport.readMessage()Read a message from the underlying socket.Methods in org.freedesktop.dbus.connections.transports with parameters of type MessageModifier and TypeMethodDescriptionvoidAbstractTransport.writeMessage(Message _msg) Write a message to the underlying socket. -
Uses of Message in org.freedesktop.dbus.errors
Subclasses of Message in org.freedesktop.dbus.errorsConstructors in org.freedesktop.dbus.errors with parameters of type Message -
Uses of Message in org.freedesktop.dbus.interfaces
Subclasses of Message in org.freedesktop.dbus.interfacesModifier and TypeClassDescriptionstatic classSignal sent to a connection when it aquires a namestatic classSignal sent to a connection when it loses a namestatic classSignal sent when the owner of a name changesstatic classstatic classSignal generated when a new interface is addedstatic classSignal generated when an interface is removedstatic classSignal generated when a property changes. -
Uses of Message in org.freedesktop.dbus.messages
Subclasses of Message in org.freedesktop.dbus.messagesMethods in org.freedesktop.dbus.messages that return MessageModifier and TypeMethodDescriptionstatic MessageMessageFactory.createMessage(byte _type, byte[] _buf, byte[] _header, byte[] _body, List<FileDescriptor> _filedescriptors) MethodCall.getReply()Block (if neccessary) for a reply.MethodCall.getReply(long timeout) Block (if neccessary) for a reply.Methods in org.freedesktop.dbus.messages with parameters of type Message -
Uses of Message in org.freedesktop.dbus.spi.message
Methods in org.freedesktop.dbus.spi.message that return MessageModifier and TypeMethodDescriptionIMessageReader.readMessage()InputStreamMessageReader.readMessage()Methods in org.freedesktop.dbus.spi.message with parameters of type MessageModifier and TypeMethodDescriptionvoidIMessageWriter.writeMessage(Message _msg) Write a message out to the bus.voidOutputStreamMessageWriter.writeMessage(Message m)