- DBus - Interface in org.freedesktop
-
- DBus.Binding - Interface in org.freedesktop
-
Contains Binding-test interfaces
- DBus.Binding.SingleTests - Interface in org.freedesktop
-
- DBus.Binding.TestClient - Interface in org.freedesktop
-
- DBus.Binding.TestClient.Trigger - Class in org.freedesktop
-
- DBus.Binding.Tests - Interface in org.freedesktop
-
- DBus.Binding.TestSignals - Interface in org.freedesktop
-
- DBus.Binding.TestSignals.Triggered - Class in org.freedesktop
-
- DBus.Binding.TestStruct - Class in org.freedesktop
-
- DBus.Binding.Triplet<A,B,C> - Class in org.freedesktop
-
- DBus.Deprecated - Annotation Type in org.freedesktop
-
Indicates that a DBus interface or method is deprecated
- DBus.Description - Annotation Type in org.freedesktop
-
Description of the interface or method, returned in the introspection data
- DBus.Error - Interface in org.freedesktop
-
Contains standard errors that can be thrown from methods.
- DBus.Error.AccessDenied - Exception in org.freedesktop
-
Thrown if a message is denied due to a security policy
- DBus.Error.MatchRuleInvalid - Exception in org.freedesktop
-
Thrown if the match rule is invalid
- DBus.Error.NoReply - Exception in org.freedesktop
-
Thrown if there is no reply to a method call
- DBus.Error.ServiceUnknown - Exception in org.freedesktop
-
Thrown if the requested service was not available
- DBus.Error.UnknownMethod - Exception in org.freedesktop
-
Thrown if the method called was unknown on the remote object
- DBus.Error.UnknownObject - Exception in org.freedesktop
-
Thrown if the object was unknown on a remote connection
- DBus.GLib - Interface in org.freedesktop
-
Contains GLib-specific annotations
- DBus.GLib.CSymbol - Annotation Type in org.freedesktop
-
Define a C symbol to map to this method.
- DBus.Introspectable - Interface in org.freedesktop
-
Objects can provide introspection data via this interface and method.
- DBus.Local - Interface in org.freedesktop
-
Messages generated locally in the application.
- DBus.Local.Disconnected - Class in org.freedesktop
-
- DBus.Method - Interface in org.freedesktop
-
Contains method-specific annotations
- DBus.Method.Error - Annotation Type in org.freedesktop
-
Give an error that the method can return
- DBus.Method.NoReply - Annotation Type in org.freedesktop
-
Methods annotated with this do not send a reply
- DBus.NameAcquired - Class in org.freedesktop
-
Signal sent to a connection when it aquires a name
- DBus.NameLost - Class in org.freedesktop
-
Signal sent to a connection when it loses a name
- DBus.NameOwnerChanged - Class in org.freedesktop
-
Signal sent when the owner of a name changes
- DBus.Peer - Interface in org.freedesktop
-
All DBus Applications should respond to the Ping method on this interface
- DBus.Properties - Interface in org.freedesktop
-
A standard properties interface.
- DBUS_NAME_FLAG_ALLOW_REPLACEMENT - Static variable in interface org.freedesktop.DBus
-
- DBUS_NAME_FLAG_DO_NOT_QUEUE - Static variable in interface org.freedesktop.DBus
-
- DBUS_NAME_FLAG_REPLACE_EXISTING - Static variable in interface org.freedesktop.DBus
-
- DBUS_RELEASE_NAME_REPLY_NON_EXISTANT - Static variable in interface org.freedesktop.DBus
-
- DBUS_RELEASE_NAME_REPLY_NOT_OWNER - Static variable in interface org.freedesktop.DBus
-
- DBUS_RELEASE_NAME_REPLY_RELEASED - Static variable in interface org.freedesktop.DBus
-
- DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER - Static variable in interface org.freedesktop.DBus
-
- DBUS_REQUEST_NAME_REPLY_EXISTS - Static variable in interface org.freedesktop.DBus
-
- DBUS_REQUEST_NAME_REPLY_IN_QUEUE - Static variable in interface org.freedesktop.DBus
-
- DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER - Static variable in interface org.freedesktop.DBus
-
- DBUS_START_REPLY_ALREADY_RUNNING - Static variable in interface org.freedesktop.DBus
-
- DBUS_START_REPLY_SUCCESS - Static variable in interface org.freedesktop.DBus
-
- DBusAsyncReply<ReturnType> - Class in org.freedesktop.dbus
-
A handle to an asynchronous method call.
- DBusCallInfo - Class in org.freedesktop.dbus
-
Holds information on a method call
- DBusConnection - Class in org.freedesktop.dbus
-
Handles a connection to DBus.
- DBusConnection.PeerSet - Class in org.freedesktop.dbus
-
Add addresses of peers to a set which will watch for them to
disappear and automatically remove them from the set.
- DBusException - Exception in org.freedesktop.dbus.exceptions
-
An exception within DBus.
- DBusException(String) - Constructor for exception org.freedesktop.dbus.exceptions.DBusException
-
Create an exception with the specified message
- DBusExecutionException - Exception in org.freedesktop.dbus.exceptions
-
An exception while running a remote method within DBus.
- DBusExecutionException(String) - Constructor for exception org.freedesktop.dbus.exceptions.DBusExecutionException
-
Create an exception with the specified message
- DBusInterface - Interface in org.freedesktop.dbus
-
Denotes a class as exportable or a remote interface which can be called.
- DBusInterfaceName - Annotation Type in org.freedesktop.dbus
-
Force the interface name to be different to the Java class name.
- DBusListType - Class in org.freedesktop.dbus.types
-
The type of a list.
- DBusListType(Type) - Constructor for class org.freedesktop.dbus.types.DBusListType
-
Create a List type.
- DBusMapType - Class in org.freedesktop.dbus.types
-
The type of a map.
- DBusMapType(Type, Type) - Constructor for class org.freedesktop.dbus.types.DBusMapType
-
Create a map type.
- DBusMatchRule - Class in org.freedesktop.dbus
-
- DBusMatchRule(String, String, String) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(DBusExecutionException) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(Message) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(Class<? extends DBusInterface>, String) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(Class<? extends Object>, String, String) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMatchRule(Class<? extends Object>) - Constructor for class org.freedesktop.dbus.DBusMatchRule
-
- DBusMemberName - Annotation Type in org.freedesktop.dbus
-
Force the member (method/signal) name on the bus to be different to the Java name.
- DBusSerializable - Interface in org.freedesktop.dbus
-
Custom classes may be sent over DBus if they implement this interface.
- DBusSigHandler<T extends DBusSignal> - Interface in org.freedesktop.dbus
-
Handle a signal on DBus.
- DBusSignal - Class in org.freedesktop.dbus
-
- DBusSignal(String, String, String, String, String, Object...) - Constructor for class org.freedesktop.dbus.DBusSignal
-
- DBusSignal(String, Object...) - Constructor for class org.freedesktop.dbus.DBusSignal
-
Create a new signal.
- DBusStructType - Class in org.freedesktop.dbus.types
-
The type of a struct.
- DBusStructType(Type...) - Constructor for class org.freedesktop.dbus.types.DBusStructType
-
Create a struct type.
- DEFAULT_SYSTEM_BUS_ADDRESS - Static variable in class org.freedesktop.dbus.DBusConnection
-
- demarshallint(byte[], int, int) - Method in class org.freedesktop.dbus.Message
-
Demarshalls an integer of a given width from a buffer.
- demarshallint(byte[], int, byte, int) - Static method in class org.freedesktop.dbus.Message
-
Demarshalls an integer of a given width from a buffer.
- demarshallintBig(byte[], int, int) - Static method in class org.freedesktop.dbus.Message
-
Demarshalls an integer of a given width from a buffer using big-endian format.
- demarshallintLittle(byte[], int, int) - Static method in class org.freedesktop.dbus.Message
-
Demarshalls an integer of a given width from a buffer using little-endian format.
- DESTINATION - Static variable in interface org.freedesktop.dbus.Message.HeaderField
-
- DeStruct(DBus.Binding.TestStruct) - Method in interface org.freedesktop.DBus.Binding.Tests
-
- DICT_ENTRY - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY1 - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY1_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY2 - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY2_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DICT_ENTRY_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DirectConnection - Class in org.freedesktop.dbus
-
Handles a peer to peer connection between two applications withou a bus daemon.
- DirectConnection(String) - Constructor for class org.freedesktop.dbus.DirectConnection
-
Create a direct connection to another application.
- disconnect() - Method in class org.freedesktop.dbus.AbstractConnection
-
Disconnect from the Bus.
- disconnect() - Method in class org.freedesktop.dbus.DBusConnection
-
Disconnect from the Bus.
- disconnect() - Method in class org.freedesktop.dbus.Transport
-
- Disconnected(String) - Constructor for class org.freedesktop.DBus.Local.Disconnected
-
- do_challenge(int, Transport.SASL.Command) - Method in class org.freedesktop.dbus.Transport.SASL
-
- do_response(int, String, String, Transport.SASL.Command) - Method in class org.freedesktop.dbus.Transport.SASL
-
- DOUBLE - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- DOUBLE_STRING - Static variable in interface org.freedesktop.dbus.Message.ArgumentType
-
- doubleValue() - Method in class org.freedesktop.dbus.UInt16
-
The value of this as a double.
- doubleValue() - Method in class org.freedesktop.dbus.UInt32
-
The value of this as a double.
- doubleValue() - Method in class org.freedesktop.dbus.UInt64
-
The value of this as a double.
- genGUID() - Static method in class org.freedesktop.dbus.Transport
-
- get(String) - Method in class org.freedesktop.dbus.AbstractConnection.FallbackContainer
-
- Get(String, String) - Method in interface org.freedesktop.DBus.Properties
-
Get the value for the given property.
- get() - Method in class org.freedesktop.dbus.StrongReference
-
- getActualTypeArguments() - Method in class org.freedesktop.dbus.types.DBusListType
-
- getActualTypeArguments() - Method in class org.freedesktop.dbus.types.DBusMapType
-
- getActualTypeArguments() - Method in class org.freedesktop.dbus.types.DBusStructType
-
- getAddress() - Method in class org.freedesktop.dbus.AbstractConnection
-
Returns the address this connection is connected to.
- getAlignment(byte) - Static method in class org.freedesktop.dbus.Message
-
Return the alignment for a given type.
- GetAll(String) - Method in interface org.freedesktop.DBus.Properties
-
Get all properties and values.
- getCall() - Method in class org.freedesktop.dbus.MethodReturn
-
- getCallInfo() - Static method in class org.freedesktop.dbus.AbstractConnection
-
Returns a structure with information on the current method call.
- getCommand() - Method in class org.freedesktop.dbus.Transport.SASL.Command
-
- getConnection(String) - Static method in class org.freedesktop.dbus.DBusConnection
-
Connect to the BUS.
- getConnection(int) - Static method in class org.freedesktop.dbus.DBusConnection
-
Connect to the BUS.
- GetConnectionSELinuxSecurityContext(String) - Method in interface org.freedesktop.DBus
-
Does something undocumented.
- GetConnectionUnixProcessID(String) - Method in interface org.freedesktop.DBus
-
Returns the proccess ID associated with a connection.
- GetConnectionUnixUser(String) - Method in interface org.freedesktop.DBus
-
Get the Unix UID that owns a connection name.
- getData() - Method in class org.freedesktop.dbus.Transport.SASL.Command
-
- getDBusType(Type[]) - Static method in class org.freedesktop.dbus.Marshalling
-
Will return the DBus type corresponding to the given Java type.
- getDBusType(Type) - Static method in class org.freedesktop.dbus.Marshalling
-
Will return the DBus type corresponding to the given Java type.
- getDBusType(Type, boolean) - Static method in class org.freedesktop.dbus.Marshalling
-
Will return the DBus type corresponding to the given Java type.
- getDestination() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the name with which we were addressed on the Bus
- getDestination() - Method in class org.freedesktop.dbus.Message
-
Returns the destination of the message.
- getError() - Method in class org.freedesktop.dbus.AbstractConnection
-
Return any DBus error which has been received.
- getException() - Method in class org.freedesktop.dbus.Error
-
Turns this into an exception of the correct type
- getFlags() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns any flags set on this method call
- getFlags() - Method in class org.freedesktop.dbus.Message
-
Returns the message flags.
- getHeader(byte) - Method in class org.freedesktop.dbus.Message
-
Returns the value of the header field of a given field.
- getHeaderFieldName(byte) - Static method in class org.freedesktop.dbus.Message
-
Returns the name of the given header field.
- getInterface() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the interface this method was called with
- getInterface() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getInterface() - Method in class org.freedesktop.dbus.Message
-
Returns the interface of the message.
- getJavaType(String, List<Type>, int) - Static method in class org.freedesktop.dbus.Marshalling
-
Converts a dbus type string into Java Type objects,
- getMechs() - Method in class org.freedesktop.dbus.Transport.SASL.Command
-
- getMember() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getMethod() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the method name used to call this method
- getName() - Method in class org.freedesktop.dbus.Message
-
Returns the member name or error name this message represents.
- GetNameOwner(String) - Method in interface org.freedesktop.DBus
-
Get the connection unique name that owns the given name.
- getNames() - Method in class org.freedesktop.dbus.DBusConnection
-
Returns all the names owned by this connection.
- getObject() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getObjectPath() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the object path used to call this method
- getOwnerType() - Method in class org.freedesktop.dbus.types.DBusListType
-
- getOwnerType() - Method in class org.freedesktop.dbus.types.DBusMapType
-
- getOwnerType() - Method in class org.freedesktop.dbus.types.DBusStructType
-
- getParameter(String) - Method in class org.freedesktop.dbus.BusAddress
-
- getParameters() - Method in class org.freedesktop.dbus.Message
-
Parses and returns the parameters to this message as an Object array.
- getPath() - Method in class org.freedesktop.dbus.Message
-
Returns the object path of the message.
- getPath() - Method in class org.freedesktop.dbus.Path
-
- getPeerRemoteObject(String, String, Class<I>) - Method in class org.freedesktop.dbus.DBusConnection
-
- getPeerRemoteObject(String, String) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getPeerRemoteObject(String, String, Class<I>, boolean) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getRawType() - Method in class org.freedesktop.dbus.types.DBusListType
-
- getRawType() - Method in class org.freedesktop.dbus.types.DBusMapType
-
- getRawType() - Method in class org.freedesktop.dbus.types.DBusStructType
-
- getRemoteObject(String, String) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getRemoteObject(String, String, Class<I>) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getRemoteObject(String, String, Class<I>, boolean) - Method in class org.freedesktop.dbus.DBusConnection
-
Return a reference to a remote object.
- getRemoteObject(String) - Method in class org.freedesktop.dbus.DirectConnection
-
Return a reference to a remote object.
- getRemoteObject(String, Class<? extends DBusInterface>) - Method in class org.freedesktop.dbus.DirectConnection
-
Return a reference to a remote object.
- getReply() - Method in class org.freedesktop.dbus.DBusAsyncReply
-
Get the reply.
- getReply(long) - Method in class org.freedesktop.dbus.MethodCall
-
Block (if neccessary) for a reply.
- getReply() - Method in class org.freedesktop.dbus.MethodCall
-
Block (if neccessary) for a reply.
- getReplySerial() - Method in class org.freedesktop.dbus.Message
-
If this is a reply to a message, this returns its serial.
- getResponse() - Method in class org.freedesktop.dbus.Transport.SASL.Command
-
- getSerial() - Method in class org.freedesktop.dbus.Message
-
Returns the message serial ID (unique for this connection)
- getSig() - Method in class org.freedesktop.dbus.Message
-
Returns the dbus signature of the parameters.
- getSig() - Method in class org.freedesktop.dbus.TypeSignature
-
- getSig() - Method in class org.freedesktop.dbus.Variant
-
Return the dbus signature of the wrapped value.
- getSource() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the BusID which called the method
- getSource() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getSource() - Method in class org.freedesktop.dbus.Message
-
Returns the Bus ID that sent the message.
- Gettext - Class in org.freedesktop.dbus
-
- Gettext() - Constructor for class org.freedesktop.dbus.Gettext
-
- getType() - Method in class org.freedesktop.dbus.BusAddress
-
- getType() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getType() - Method in exception org.freedesktop.dbus.exceptions.DBusExecutionException
-
Get the DBus type of this exception.
- getType() - Method in class org.freedesktop.dbus.Variant
-
Return the type of the wrapped value.
- getTypes(int) - Method in class org.freedesktop.dbus.Transport.SASL
-
- getUniqueName() - Method in class org.freedesktop.dbus.DBusConnection
-
Returns the unique name of this connection.
- getValue() - Method in class org.freedesktop.dbus.Variant
-
Return the wrapped value.
- getWireData() - Method in class org.freedesktop.dbus.Message
-
- globalserial - Static variable in class org.freedesktop.dbus.Message
-