Uses of Class
org.freedesktop.dbus.messages.Message
-
-
Uses of Message in org.freedesktop
Subclasses of Message in org.freedesktop Modifier and Type Class Description static classDBus.NameAcquiredSignal sent to a connection when it aquires a namestatic classDBus.NameLostSignal sent to a connection when it loses a namestatic classDBus.NameOwnerChangedSignal sent when the owner of a name changes -
Uses of Message in org.freedesktop.dbus
Subclasses of Message in org.freedesktop.dbus Modifier and Type Class Description classInternalSignalConstructors in org.freedesktop.dbus with parameters of type Message Constructor Description DBusCallInfo(Message m)DBusMatchRule(Message m) -
Uses of Message in org.freedesktop.dbus.bin
Fields in org.freedesktop.dbus.bin declared as Message Modifier and Type Field Description MessageDBusDaemon.DBusServer. m -
Uses of Message in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return types with arguments of type Message Modifier and Type Method Description LinkedBlockingQueue<Message>SenderThread. getOutgoingQueue()Methods in org.freedesktop.dbus.connections with parameters of type Message Modifier and Type Method Description protected 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 Message Modifier and Type Method Description MessageAbstractTransport. readMessage()Read a message from the underlying socket.Methods in org.freedesktop.dbus.connections.transports with parameters of type Message Modifier and Type Method Description voidAbstractTransport. 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.errors Modifier and Type Class Description classErrorError messages which can be sent over the bus.Constructors in org.freedesktop.dbus.errors with parameters of type Message Constructor Description Error(String source, Message m, Throwable e)Error(Message m, Throwable e) -
Uses of Message in org.freedesktop.dbus.interfaces
Subclasses of Message in org.freedesktop.dbus.interfaces Modifier and Type Class Description static classLocal.Disconnectedstatic classObjectManager.InterfacesAddedSignal generated when a new interface is addedstatic classObjectManager.InterfacesRemovedSignal generated when an interface is removedstatic classProperties.PropertiesChangedSignal generated when a property changes. -
Uses of Message in org.freedesktop.dbus.messages
Subclasses of Message in org.freedesktop.dbus.messages Modifier and Type Class Description classDBusSignalclassMethodCallclassMethodReturnMethods in org.freedesktop.dbus.messages that return Message Modifier and Type Method Description static MessageMessageFactory. createMessage(byte _type, byte[] _buf, byte[] _header, byte[] _body, List<FileDescriptor> filedescriptors)MessageMethodCall. getReply()Block (if neccessary) for a reply.MessageMethodCall. getReply(long timeout)Block (if neccessary) for a reply.Methods in org.freedesktop.dbus.messages with parameters of type Message Modifier and Type Method Description voidMethodCall. setReply(Message _reply) -
Uses of Message in org.freedesktop.dbus.spi
Methods in org.freedesktop.dbus.spi that return Message Modifier and Type Method Description MessageIMessageReader. readMessage()MessageInputStreamMessageReader. readMessage()Methods in org.freedesktop.dbus.spi with parameters of type Message Modifier and Type Method Description voidIMessageWriter. writeMessage(Message m)Write a message out to the bus.voidOutputStreamMessageWriter. writeMessage(Message m)
-