Uses of Class
org.freedesktop.dbus.messages.Message
Packages that use Message
Package
Description
-
Uses of Message in org.freedesktop.dbus
Constructors in org.freedesktop.dbus with parameters of type MessageModifierConstructorDescriptionDBusCallInfo(Message _m) DBusMatchRule(Message _m) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Message in org.freedesktop.dbus.bin
Fields in org.freedesktop.dbus.bin with type parameters of type MessageModifier and TypeFieldDescriptionprivate final BlockingDeque<DBusDaemon.Pair<Message, WeakReference<DBusDaemon.ConnectionStruct>>> DBusDaemon.inqueueprivate final BlockingDeque<DBusDaemon.Pair<Message, WeakReference<DBusDaemon.ConnectionStruct>>> DBusDaemon.outqueueMethods in org.freedesktop.dbus.bin with parameters of type MessageModifier and TypeMethodDescriptionprivate voidDBusDaemon.handleMatchRules(Message _msg, DBusDaemon.ConnectionStruct _currentConnection) private voidDBusDaemon.DBusServer.handleMessage(DBusDaemon.ConnectionStruct _connStruct, Message _msg) private static voidDBusDaemon.logMessage(String _logStr, Message _m, 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.base
Methods in org.freedesktop.dbus.connections.base that return MessageModifier and TypeMethodDescription(package private) MessageAbstractConnectionBase.readIncoming()Methods in org.freedesktop.dbus.connections.base with parameters of type MessageModifier and TypeMethodDescriptionprotected voidConnectionMessageHandler.handleException(Message _methodOrSignal, DBusExecutionException _exception) protected abstract voidConnectionMethodInvocation.handleException(Message _methodOrSignal, DBusExecutionException _exception) (package private) voidConnectionMessageHandler.handleMessage(Message _message) Handle received message from DBus.voidAbstractConnectionBase.sendMessage(Message _message) Send a message or signal to the DBus daemon.private voidAbstractConnectionBase.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 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.interfaces
Subclasses of Message in org.freedesktop.dbus.interfacesModifier and TypeClassDescriptionstatic classSignal sent to a connection when it acquires a name.static classSignal sent to a connection when it loses a name.static classSignal sent when the owner of a name changesstatic 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.matchrules
Fields in org.freedesktop.dbus.matchrules with type parameters of type MessageModifier and TypeFieldDescriptionprivate final BiPredicate<Message, Map<Integer, String>> MatchRuleField.multiMatcherprivate final BiPredicate<Message, String> MatchRuleField.singleMatcherMethods in org.freedesktop.dbus.matchrules that return types with arguments of type MessageModifier and TypeMethodDescriptionMatchRuleField.getMultiMatcher()MatchRuleField.getSingleMatcher()Methods in org.freedesktop.dbus.matchrules with parameters of type MessageModifier and TypeMethodDescription(package private) static booleanMatchRuleMatcher.matchArg0123(Message _msg, Map<Integer, String> _compare) Matcher for arg0...argX matcher of DBus rules.
DBus Specification Quote:(package private) static booleanMatchRuleMatcher.matchArg0123Path(Message _msg, Map<Integer, String> _compare) Matcher for arg0Path...argXPath matcher of DBus rules.
DBus Specification Quote:(package private) static booleanMatchRuleMatcher.matchArg0Namespace(Message _msg, String _compare) Matcher for arg0Namespace match rule.booleanChecks if the given rule matches with our rule.Constructor parameters in org.freedesktop.dbus.matchrules with type arguments of type MessageModifierConstructorDescriptionprivateMatchRuleField(BiPredicate<Message, String> _singleMatcher, BiPredicate<Message, Map<Integer, String>> _multiMatcher) -
Uses of Message in org.freedesktop.dbus.messages
Subclasses of Message in org.freedesktop.dbus.messagesModifier and TypeClassDescriptionclassclassError messages which can be sent over the bus.classclassclassFields in org.freedesktop.dbus.messages declared as MessageMethods in org.freedesktop.dbus.messages that return MessageModifier and TypeMethodDescription(package private) MessageMessage.cloneWithNewSerial()Creates a clone of this message and setting serial to next available.static MessageMessageFactory.createCloneWithNewSerial(Message _msg) static 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 MessageModifier and TypeMethodDescriptionstatic MessageMessageFactory.createCloneWithNewSerial(Message _msg) MessageFactory.createError(String _source, Message _m, Throwable _ex) MessageFactory.createError(Message _m, Throwable _ex) voidConstructors 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 TypeMethodDescriptionfinal MessageAbstractInputStreamMessageReader.readMessage()IMessageReader.readMessage()Methods in org.freedesktop.dbus.spi.message with parameters of type MessageModifier and TypeMethodDescriptionfinal voidAbstractOutputStreamMessageWriter.writeMessage(Message _msg) voidIMessageWriter.writeMessage(Message _msg) Write a message out to the bus.