Uses of Class
org.freedesktop.dbus.messages.Message
-
-
Uses of Message in org.freedesktop.dbus
Constructors 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 with type parameters of type Message Modifier and Type Field Description private java.util.concurrent.BlockingDeque<DBusDaemon.Pair<Message,java.lang.ref.WeakReference<DBusDaemon.ConnectionStruct>>>DBusDaemon. inqueueprivate java.util.concurrent.BlockingDeque<DBusDaemon.Pair<Message,java.lang.ref.WeakReference<DBusDaemon.ConnectionStruct>>>DBusDaemon. outqueueMethods in org.freedesktop.dbus.bin with parameters of type Message Modifier and Type Method Description private voidDBusDaemon.DBusServer. handleMessage(DBusDaemon.ConnectionStruct _connStruct, Message _msg)private static voidDBusDaemon. logMessage(java.lang.String _logStr, Message _m, java.lang.String _connUniqueId)private voidDBusDaemon. send(DBusDaemon.ConnectionStruct _connStruct, Message _msg)private voidDBusDaemon. send(DBusDaemon.ConnectionStruct _connStruct, Message _msg, boolean _head) -
Uses of Message in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type Message Modifier and Type Field Description private java.util.concurrent.LinkedBlockingQueue<Message>SenderThread. outgoingQueueMethods in org.freedesktop.dbus.connections that return Message Modifier and Type Method Description (package private) MessageAbstractConnection. readIncoming()Methods in org.freedesktop.dbus.connections that return types with arguments of type Message Modifier and Type Method Description java.util.concurrent.LinkedBlockingQueue<Message>SenderThread. getOutgoingQueue()Methods in org.freedesktop.dbus.connections with parameters of type Message Modifier and Type Method Description protected voidAbstractConnection. handleException(Message _methodOrSignal, DBusExecutionException _exception)(package private) voidAbstractConnection. handleMessage(Message _message)Handle received message from DBus.voidAbstractConnection. sendMessage(Message _message)Send a message or signal to the DBus daemon.private voidAbstractConnection. sendMessageInternally(Message _message)Send a message to DBus. -
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(java.lang.String _source, Message _m, java.lang.Throwable _ex)Error(Message _m, java.lang.Throwable _ex) -
Uses of Message in org.freedesktop.dbus.interfaces
Subclasses of Message in org.freedesktop.dbus.interfaces Modifier and Type Class Description static classDBus.NameAcquiredSignal sent to a connection when it acquires a name.static classDBus.NameLostSignal sent to a connection when it loses a name.static classDBus.NameOwnerChangedSignal sent when the owner of a name changesstatic 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 classDBusSignalclassMethodBaseclassMethodCallclassMethodReturnFields in org.freedesktop.dbus.messages declared as Message Modifier and Type Field Description (package private) MessageMethodCall. replyMethods in org.freedesktop.dbus.messages that return Message Modifier and Type Method Description static MessageMessageFactory. createMessage(byte _type, byte[] _buf, byte[] _header, byte[] _body, java.util.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.message
Methods in org.freedesktop.dbus.spi.message that return Message Modifier and Type Method Description MessageIMessageReader. readMessage()MessageInputStreamMessageReader. readMessage()Methods in org.freedesktop.dbus.spi.message with parameters of type Message Modifier and Type Method Description voidIMessageWriter. writeMessage(Message _msg)Write a message out to the bus.voidOutputStreamMessageWriter. writeMessage(Message _msg)
-