Uses of Class
com.lucimber.dbus.type.DBusString
Packages that use DBusString
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
D-Bus message encoding infrastructure for converting Java objects to wire format.
Standard D-Bus error types and exception mappings.
D-Bus message types and structures for method calls, returns, signals, and errors.
Standard D-Bus interfaces and implementations for common D-Bus functionality.
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
-
Uses of DBusString in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that return types with arguments of type DBusString -
Uses of DBusString in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder with parameters of type DBusString -
Uses of DBusString in com.lucimber.dbus.exception
Methods in com.lucimber.dbus.exception that return DBusStringConstructors in com.lucimber.dbus.exception with parameters of type DBusStringModifierConstructorDescriptionAbstractException
(DBusString errorName) Constructs a new exception with the name of the error.AbstractException
(DBusString errorName, DBusString message) Constructs a new exception with the name of the error and detail message.AbstractException
(DBusString errorName, DBusString message, Throwable cause) Constructs a new exception with the name of the error, detail message and cause.AbstractException
(DBusString errorName, Throwable cause) Constructs a new exception with the name of the error and cause.AccessDeniedException
(DBusString message) Creates a new instance with a message.AccessDeniedException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.AddressInUseException
(DBusString message) Creates a new instance with a message.AddressInUseException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.AuthFailedException
(DBusString message) Creates a new instance with a message.AuthFailedException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.BadAddressException
(DBusString message) Creates a new instance with a message.BadAddressException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.DisconnectedException
(DBusString message) Creates a new instance with a message.DisconnectedException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.FailedException
(DBusString message) Creates a new instance with a message.FailedException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.FileExistsException
(DBusString message) Creates a new instance with a message.FileExistsException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.FileNotFoundException
(DBusString message) Creates a new instance with a message.FileNotFoundException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.InconsistentMessageException
(DBusString message) Creates a new instance with a message.InconsistentMessageException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.Creates a new instance with a message.InteractiveAuthorizationRequiredException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.InvalidArgsException
(DBusString message) Creates a new instance with a message.InvalidArgsException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.InvalidSignatureException
(DBusString message) Creates a new instance with a message.InvalidSignatureException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.IOErrorException
(DBusString message) Creates a new instance with a message.IOErrorException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.LimitsExceededException
(DBusString message) Creates a new instance with a message.LimitsExceededException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.MatchRuleInvalidException
(DBusString message) Creates a new instance with a message.MatchRuleInvalidException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.MatchRuleNotFoundException
(DBusString message) Creates a new instance with a message.MatchRuleNotFoundException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.NameHasNoOwnerException
(DBusString message) Creates a new instance with a message.NameHasNoOwnerException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.NoMemoryException
(DBusString message) Creates a new instance with a message.NoMemoryException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.NoNetworkException
(DBusString message) Creates a new instance with a message.NoNetworkException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.NoReplyException
(DBusString message) Creates a new instance with a message.NoReplyException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.NoServerException
(DBusString message) Creates a new instance with a message.NoServerException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.NotSupportedException
(DBusString message) Creates a new instance with a message.NotSupportedException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.PropertyReadOnlyException
(DBusString message) Creates a new instance with a message.PropertyReadOnlyException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.ServiceUnknownException
(DBusString message) Creates a new instance with a message.ServiceUnknownException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.TimeoutException
(DBusString message) Creates a new instance with a message.TimeoutException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.UnixProcessIdUnknownException
(DBusString message) Creates a new instance with a message.UnixProcessIdUnknownException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.UnknownInterfaceException
(DBusString message) Creates a new instance with a message.UnknownInterfaceException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.UnknownMethodException
(DBusString message) Creates a new instance with a message.UnknownMethodException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.UnknownObjectException
(DBusString message) Creates a new instance with a message.UnknownObjectException
(DBusString message, Throwable cause) Creates a new instance with a message and cause.UnknownPropertyException
(DBusString message) Creates a new instance with a message.UnknownPropertyException
(DBusString message, Throwable cause) Creates a new instance with a message and cause. -
Uses of DBusString in com.lucimber.dbus.message
Methods in com.lucimber.dbus.message that return DBusStringModifier and TypeMethodDescriptionInboundError.getErrorName()
Returns the name of this error.OutboundError.getErrorName()
Returns the name of this error.InboundError.getSender()
InboundMessage.getSender()
Gets the sender of this inbound message.InboundMethodCall.getSender()
InboundMethodReturn.getSender()
InboundSignal.getSender()
Methods in com.lucimber.dbus.message that return types with arguments of type DBusStringModifier and TypeMethodDescriptionOutboundError.getDestination()
OutboundMessage.getDestination()
Gets the unique name of the destination.OutboundMethodCall.getDestination()
OutboundMethodReturn.getDestination()
OutboundSignal.getDestination()
Methods in com.lucimber.dbus.message with parameters of type DBusStringModifier and TypeMethodDescriptionOutboundError.Builder.withDestination
(DBusString destination) OutboundMethodCall.Builder.withDestination
(DBusString destination) OutboundMethodReturn.Builder.withDestination
(DBusString destination) OutboundSignal.Builder.withDestination
(DBusString dst) InboundError.Builder.withErrorName
(DBusString errorName) OutboundError.Builder.withErrorName
(DBusString errorName) OutboundMethodCall.Builder.withInterface
(DBusString iface) OutboundSignal.Builder.withInterface
(DBusString iface) InboundMethodCall.Builder.withInterfaceName
(DBusString iface) InboundSignal.Builder.withInterfaceName
(DBusString iface) InboundMethodCall.Builder.withMember
(DBusString member) InboundSignal.Builder.withMember
(DBusString member) OutboundMethodCall.Builder.withMember
(DBusString member) OutboundSignal.Builder.withMember
(DBusString member) InboundError.Builder.withSender
(DBusString sender) InboundMethodCall.Builder.withSender
(DBusString sender) InboundMethodReturn.Builder.withSender
(DBusString sender) InboundSignal.Builder.withSender
(DBusString sender) Constructors in com.lucimber.dbus.message with parameters of type DBusStringModifierConstructorDescriptionInboundError
(DBusUInt32 serial, DBusUInt32 replySerial, DBusString sender, DBusString errorName) Constructs a new instance with mandatory parameter.InboundError
(DBusUInt32 serial, DBusUInt32 replySerial, DBusString sender, DBusString errorName, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.InboundMethodCall
(DBusUInt32 serial, DBusString sender, DBusObjectPath path, DBusString member, boolean replyExpected) Constructs a new instance with mandatory parameter.InboundMethodCall
(DBusUInt32 serial, DBusString sender, DBusObjectPath path, DBusString member, boolean replyExpected, DBusString iface, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.InboundMethodReturn
(DBusUInt32 serial, DBusUInt32 replySerial, DBusString sender) Constructs a new instance with mandatory parameter.InboundMethodReturn
(DBusUInt32 serial, DBusUInt32 replySerial, DBusString sender, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.InboundSignal
(DBusUInt32 serial, DBusString sender, DBusObjectPath path, DBusString iface, DBusString member) Constructs a new instance with mandatory parameter.InboundSignal
(DBusUInt32 serial, DBusString sender, DBusObjectPath path, DBusString iface, DBusString member, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.OutboundError
(DBusUInt32 serial, DBusUInt32 replySerial, DBusString errorName, DBusString dst, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.OutboundMethodCall
(DBusUInt32 serial, DBusObjectPath path, DBusString member, boolean replyExpected, DBusString dst, DBusString iface, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.OutboundMethodCall
(DBusUInt32 serial, DBusObjectPath path, DBusString member, boolean replyExpected, DBusString dst, DBusString iface, DBusSignature signature, List<? extends DBusType> payload, Duration timeout) Constructs a new instance with all parameter including timeout.OutboundMethodReturn
(DBusUInt32 serial, DBusUInt32 replySerial, DBusString dst, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter.OutboundSignal
(DBusUInt32 serial, DBusObjectPath path, DBusString iface, DBusString member, DBusString dst, DBusSignature signature, List<? extends DBusType> payload) Constructs a new instance with all parameter. -
Uses of DBusString in com.lucimber.dbus.standard
Methods in com.lucimber.dbus.standard that return DBusStringModifier and TypeMethodDescriptionPeer.getMachineId()
Gets the machine ID of the peer.Introspectable.introspect()
Returns the introspection data for the object in XML format.Methods in com.lucimber.dbus.standard that return types with arguments of type DBusStringModifier and TypeMethodDescriptionObjectManager.getManagedObjects()
Gets all managed objects below this object path.ObjectManager.getManagedObjects()
Gets all managed objects below this object path.Properties.getProperties
(DBusString interfaceName) Gets all properties.Methods in com.lucimber.dbus.standard with parameters of type DBusStringModifier and TypeMethodDescriptionProperties.getProperties
(DBusString interfaceName) Gets all properties.Properties.getProperty
(DBusString interfaceName, DBusString propertyName) Gets the value of a property.void
Properties.setProperty
(DBusString interfaceName, DBusString propertyName, DBusVariant value) Sets the value of a property. -
Uses of DBusString in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return DBusStringModifier and TypeMethodDescriptionstatic DBusString
Constructs a new D-Bus string from its Java counterpart.Methods in com.lucimber.dbus.type that return types with arguments of type DBusStringModifier and TypeMethodDescriptionstatic DBusDict<DBusString,
DBusString> DBusDict.fromStringMap
(Map<String, String> map) Creates a dictionary with string keys and string values from a Java Map.static DBusDict<DBusString,
DBusString> DBusDict.fromStringMap
(Map<String, String> map) Creates a dictionary with string keys and string values from a Java Map.static DBusDict<DBusString,
DBusVariant> DBusDict.fromVariantMap
(Map<String, Object> map) Creates a dictionary with string keys and variant values from a Java Map.static DBusDict<DBusInt32,
DBusString> DBusDict.ofInt32ToString()
Creates a dictionary with int32 keys and string values.static DBusDict<DBusObjectPath,
DBusString> DBusDict.ofObjectPathToString()
Creates a dictionary with object path keys and string values.static DBusArray<DBusString>
Creates an array of strings.static DBusDict<DBusString,
DBusBoolean> DBusDict.ofStringToBoolean()
Creates a dictionary with string keys and boolean values.static DBusDict<DBusString,
DBusInt32> DBusDict.ofStringToInt32()
Creates a dictionary with string keys and int32 values.static DBusDict<DBusString,
DBusInt64> DBusDict.ofStringToInt64()
Creates a dictionary with string keys and int64 values.static DBusDict<DBusString,
DBusString> DBusDict.ofStringToString()
Creates a dictionary with string keys and string values.static DBusDict<DBusString,
DBusString> DBusDict.ofStringToString()
Creates a dictionary with string keys and string values.static DBusDict<DBusString,
DBusVariant> DBusDict.ofStringToVariant()
Creates a dictionary with string keys and variant values.