- DBus - Interface in org.freedesktop
-
- 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_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<T> - Class in org.freedesktop.dbus
-
A handle to an asynchronous method call.
- DBusAsyncReply(MethodCall, Method, AbstractConnection) - Constructor for class org.freedesktop.dbus.DBusAsyncReply
-
- DBusCallInfo - Class in org.freedesktop.dbus
-
Holds information on a method call
- DBusCallInfo(Message) - Constructor for class org.freedesktop.dbus.DBusCallInfo
-
- DBusConnection - Class in org.freedesktop.dbus.connections.impl
-
Handles a connection to DBus.
- DBusConnection.DBusBusType - Enum in org.freedesktop.dbus.connections.impl
-
- DBusDaemon - Class in org.freedesktop.dbus.bin
-
A replacement DBusDaemon
- DBusDaemon() - Constructor for class org.freedesktop.dbus.bin.DBusDaemon
-
- DBusDaemon.DBusServer - Class in org.freedesktop.dbus.bin
-
- DBusDaemon.Reader - Class in org.freedesktop.dbus.bin
-
- DBusDaemon.Sender - Class in org.freedesktop.dbus.bin
-
- 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
- DBusException() - Constructor for exception org.freedesktop.dbus.exceptions.DBusException
-
- DBusException(String, Throwable, boolean, boolean) - Constructor for exception org.freedesktop.dbus.exceptions.DBusException
-
- DBusException(String, Throwable) - Constructor for exception org.freedesktop.dbus.exceptions.DBusException
-
- DBusException(Throwable) - Constructor for exception org.freedesktop.dbus.exceptions.DBusException
-
- 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.interfaces
-
Denotes a class as exportable or a remote interface which can be called.
- DBusInterfaceName - Annotation Type in org.freedesktop.dbus.annotations
-
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.
- DBusMap<K,V> - Class in org.freedesktop.dbus
-
- DBusMap(Object[][]) - Constructor for class org.freedesktop.dbus.DBusMap
-
- 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(String, 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.annotations
-
Force the member (method/signal) name on the bus to be different to the Java name.
- DBusPath - Class in org.freedesktop.dbus
-
- DBusPath(String) - Constructor for class org.freedesktop.dbus.DBusPath
-
- DBusSerializable - Interface in org.freedesktop.dbus.interfaces
-
Custom classes may be sent over DBus if they implement this interface.
- DBusServer() - Constructor for class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- DBusSigHandler<T extends DBusSignal> - Interface in org.freedesktop.dbus.interfaces
-
Handle a signal on DBus.
- DBusSignal - Class in org.freedesktop.dbus.messages
-
- DBusSignal(String, String, String, String, String, Object...) - Constructor for class org.freedesktop.dbus.messages.DBusSignal
-
- DBusSignal(String, Object...) - Constructor for class org.freedesktop.dbus.messages.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.connections.impl.DBusConnection
-
- delist(List<T>, Class<T>) - Static method in class org.freedesktop.dbus.ArrayFrob
-
- delistprimitive(List<T>, Class<T>) - Static method in class org.freedesktop.dbus.ArrayFrob
-
- demarshallint(byte[], int, int) - Method in class org.freedesktop.dbus.messages.Message
-
Demarshalls an integer of a given width from a buffer.
- demarshallint(byte[], int, byte, int) - Static method in class org.freedesktop.dbus.messages.Message
-
Demarshalls an integer of a given width from a buffer.
- demarshallintBig(byte[], int, int) - Static method in class org.freedesktop.dbus.messages.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.messages.Message
-
Demarshalls an integer of a given width from a buffer using little-endian format.
- DeprecatedOnDBus - Annotation Type in org.freedesktop.dbus.annotations
-
Indicates that a DBus interface or method is deprecated
- deSerializeParameters(Object[], Type[], AbstractConnection) - Static method in class org.freedesktop.dbus.Marshalling
-
- DESTINATION - Static variable in interface org.freedesktop.dbus.messages.Message.HeaderField
-
- DICT_ENTRY - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- DICT_ENTRY1 - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- DICT_ENTRY1_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- DICT_ENTRY2 - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- DICT_ENTRY2_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- DICT_ENTRY_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- DirectConnection - Class in org.freedesktop.dbus.connections.impl
-
Handles a peer to peer connection between two applications withou a bus daemon.
- DirectConnection(String) - Constructor for class org.freedesktop.dbus.connections.impl.DirectConnection
-
Create a direct connection to another application.
- DirectConnection(String, int) - Constructor for class org.freedesktop.dbus.connections.impl.DirectConnection
-
Create a direct connection to another application.
- disconnect(IDisconnectAction, IDisconnectAction) - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
Special disconnect method which may be used whenever some cleanup before or after
disconnection to DBus is required.
- disconnect() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
Disconnect from the Bus.
- disconnect() - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Disconnect from the Bus.
- Disconnected(String) - Constructor for class org.freedesktop.dbus.interfaces.Local.Disconnected
-
- doChallenge(int, SASL.Command) - Method in class org.freedesktop.dbus.connections.SASL
-
- DOLLAR_PATTERN - Static variable in class org.freedesktop.dbus.connections.AbstractConnection
-
- doResponse(int, String, String, SASL.Command) - Method in class org.freedesktop.dbus.connections.SASL
-
- DOUBLE - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- DOUBLE_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- doubleValue() - Method in class org.freedesktop.dbus.types.UInt16
-
The value of this as a double.
- doubleValue() - Method in class org.freedesktop.dbus.types.UInt32
-
The value of this as a double.
- doubleValue() - Method in class org.freedesktop.dbus.types.UInt64
-
The value of this as a double.
- dynamicProxy(String, String) - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
- genGUID() - Static method in class org.freedesktop.dbus.connections.transports.TransportFactory
-
- get(String) - Method in class org.freedesktop.dbus.connections.FallbackContainer
-
- get(Object) - Method in class org.freedesktop.dbus.DBusMap
-
- Get(String, String) - Method in interface org.freedesktop.dbus.interfaces.Properties
-
Get the value for the given property.
- get() - Method in class org.freedesktop.dbus.StrongReference
-
- getAbstract() - Method in class org.freedesktop.dbus.connections.BusAddress
-
- 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.connections.AbstractConnection
-
Returns the address this connection is connected to.
- getAddress() - Method in class org.freedesktop.dbus.connections.transports.AbstractTransport
-
- GetAdtAuditSessionData(String) - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- GetAdtAuditSessionData(String) - Method in interface org.freedesktop.DBus
-
DBUS Specification:
Returns auditing data used by Solaris ADT, in an unspecified
binary format.
- getAlignment(byte) - Static method in class org.freedesktop.dbus.messages.Message
-
Return the alignment for a given type.
- GetAll(String) - Method in interface org.freedesktop.dbus.interfaces.Properties
-
Get all properties and values.
- getAllPossibleTuples(String, String, String, String) - Static method in class org.freedesktop.dbus.SignalTuple
-
Get a
Set of all possible SignalTuples that we can have, given the 4 parameters.
- getBusName() - Method in class org.freedesktop.dbus.RemoteObject
-
- getBusType() - Method in enum org.freedesktop.dbus.connections.BusAddress.AddressBusTypes
-
- getBusType() - Method in class org.freedesktop.dbus.connections.BusAddress
-
- getByteCounter() - Method in class org.freedesktop.dbus.messages.Message
-
- getCachedSignalType(String) - Static method in class org.freedesktop.dbus.DBusMatchRule
-
- getCall() - Method in class org.freedesktop.dbus.DBusAsyncReply
-
- getCall() - Method in class org.freedesktop.dbus.messages.MethodReturn
-
- getCallback(MethodCall) - Method in class org.freedesktop.dbus.connections.PendingCallbackManager
-
- getCallbackReply(MethodCall) - Method in class org.freedesktop.dbus.connections.PendingCallbackManager
-
- getCallInfo() - Static method in class org.freedesktop.dbus.connections.AbstractConnection
-
Returns a structure with information on the current method call.
- getCommand() - Method in class org.freedesktop.dbus.connections.SASL.Command
-
- getConnection(String) - Static method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Connect to the BUS.
- getConnection(String, boolean, boolean) - Static method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Connect to the BUS.
- getConnection(String, boolean, boolean, int) - Static method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Connect to the BUS.
- getConnection(DBusConnection.DBusBusType) - Static method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Connect to DBus.
- getConnection(DBusConnection.DBusBusType, boolean, int) - Static method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Connect to the BUS.
- getConnection() - Method in class org.freedesktop.dbus.DBusAsyncReply
-
- GetConnectionCredentials(String) - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- GetConnectionCredentials(String) - Method in interface org.freedesktop.DBus
-
DBUS Specification:
Returns as many credentials as possible for the process connected to
the server.
- GetConnectionSELinuxSecurityContext(String) - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- GetConnectionSELinuxSecurityContext(String) - Method in interface org.freedesktop.DBus
-
DBUS Specification:
Returns the security context used by SELinux, in an unspecified
format.
- GetConnectionUnixProcessID(String) - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- GetConnectionUnixProcessID(String) - Method in interface org.freedesktop.DBus
-
Returns the proccess ID associated with a connection.
- GetConnectionUnixUser(String) - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- GetConnectionUnixUser(String) - Method in interface org.freedesktop.DBus
-
Get the Unix UID that owns a connection name.
- getData() - Method in class org.freedesktop.dbus.connections.SASL.Command
-
- getDbusMachineId() - Static method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Extracts the machine-id usually found in /var/lib/dbus/machine-id.
- 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.messages.Message
-
Returns the destination of the message.
- getEndianess() - Method in class org.freedesktop.dbus.messages.Message
-
- getEndianness() - Static method in class org.freedesktop.dbus.connections.AbstractConnection
-
Get current endianness to use.
- getError() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
Return any DBus error which has been received.
- getException() - Method in class org.freedesktop.dbus.errors.Error
-
Turns this into an exception of the correct type
- getExportedObject(String, String) - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- getExportedObject(DBusInterface) - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- getExportedObject(String, String) - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
- getExportedObject(String, String) - Method in class org.freedesktop.dbus.connections.impl.DirectConnection
-
- getExportedObjects() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- getFiledescriptors() - Method in class org.freedesktop.dbus.messages.Message
-
- getFlags() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns any flags set on this method call.
- getFlags() - Method in class org.freedesktop.dbus.messages.Message
-
Returns the message flags.
- getGenericHandledSignals() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- getGuid() - Method in class org.freedesktop.dbus.connections.BusAddress
-
- getHandledSignals() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- getHeader(byte) - Method in class org.freedesktop.dbus.messages.Message
-
Returns the value of the header field of a given field.
- getHeaderFieldName(byte) - Static method in class org.freedesktop.dbus.messages.Message
-
Returns the name of the given header field.
- getHeaders() - Method in class org.freedesktop.dbus.messages.Message
-
- getHost() - Method in class org.freedesktop.dbus.connections.BusAddress
-
- GetId() - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- GetId() - Method in interface org.freedesktop.DBus
-
- getImplementationClass() - Method in class org.freedesktop.dbus.handlers.AbstractInterfacesAddedHandler
-
- getImplementationClass() - Method in class org.freedesktop.dbus.handlers.AbstractInterfacesRemovedHandler
-
- getImplementationClass() - Method in class org.freedesktop.dbus.handlers.AbstractPropertiesChangedHandler
-
- getImplementationClass() - Method in class org.freedesktop.dbus.handlers.AbstractSignalHandlerBase
-
Signal-Class which is implemented in subclasses of this class.
- getImportedObjects() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- 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.messages.Message
-
Returns the interface of the message.
- getInterface() - Method in class org.freedesktop.dbus.RemoteObject
-
- getInterfaceName() - Method in class org.freedesktop.dbus.interfaces.Properties.PropertiesChanged
-
Get name of the interface created this signal (e.g. org.bluez.Adapter1).
- getInterfaces() - Method in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesAdded
-
Returns the added interfaces.
- getInterfaces() - Method in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesRemoved
-
Returns list of removed DBus interfaces (like org.bluez.Device1).
- getIntFileDescriptor() - Method in class org.freedesktop.dbus.FileDescriptor
-
- getIntrospectiondata() - Method in class org.freedesktop.dbus.messages.ExportedObject
-
- getJavaType(String, List<Type>, int) - Static method in class org.freedesktop.dbus.Marshalling
-
Converts a dbus type string into Java Type objects,
- getLogger() - Method in class org.freedesktop.dbus.connections.transports.AbstractTransport
-
- getLogger() - Method in class org.freedesktop.dbus.MethodTuple
-
- GetMachineId() - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- getMachineId() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
The generated UUID of this machine.
- GetMachineId() - Method in class org.freedesktop.dbus.connections.GlobalHandler
-
- getMachineId() - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
- getMachineId() - Method in class org.freedesktop.dbus.connections.impl.DirectConnection
-
- GetMachineId() - Method in interface org.freedesktop.dbus.interfaces.Peer
-
- GetManagedObjects() - Method in interface org.freedesktop.dbus.interfaces.ObjectManager
-
Get a sub-tree of objects.
- getMechs() - Method in class org.freedesktop.dbus.connections.SASL.Command
-
- getMember() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getMethod() - Method in class org.freedesktop.dbus.DBusAsyncReply
-
- getMethod() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the method name used to call this method.
- getMethods() - Method in class org.freedesktop.dbus.messages.ExportedObject
-
- getName() - Method in class org.freedesktop.dbus.messages.Message
-
Returns the member name or error name this message represents.
- getName() - Method in class org.freedesktop.dbus.MethodTuple
-
- GetNameOwner(String) - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- 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.connections.impl.DBusConnection
-
Returns all the names owned by this connection.
- getObject() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- getObject() - Method in class org.freedesktop.dbus.messages.ExportedObject
-
- getObjectPath() - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- getObjectPath() - Method in class org.freedesktop.dbus.connections.GlobalHandler
-
- getObjectPath() - Method in class org.freedesktop.dbus.DBusCallInfo
-
Returns the object path used to call this method.
- getObjectPath() - Method in interface org.freedesktop.dbus.interfaces.DBusInterface
-
Returns the path of this object.
- getObjectPath() - Method in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesAdded
-
- getObjectPath() - Method in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesRemoved
-
- getObjectPath() - Method in class org.freedesktop.dbus.RemoteObject
-
- getObjectTree() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- getOutgoingQueue() - Method in class org.freedesktop.dbus.connections.SenderThread
-
- 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
-
- getParameters() - Method in class org.freedesktop.dbus.Container
-
Returns the struct contents in order.
- getParameters() - Method in class org.freedesktop.dbus.messages.Message
-
Parses and returns the parameters to this message as an Object array.
- getPath() - Method in class org.freedesktop.dbus.connections.BusAddress
-
- getPath() - Method in class org.freedesktop.dbus.DBusPath
-
- getPath() - Method in class org.freedesktop.dbus.messages.Message
-
Returns the object path of the message.
- getPeerRemoteObject(String, String, Class<I>) - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
- getPeerRemoteObject(String, String) - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Return a reference to a remote object.
- getPeerRemoteObject(String, String, Class<I>, boolean) - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Return a reference to a remote object.
- getPendingCalls() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- getPendingErrorQueue() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- getPort() - Method in class org.freedesktop.dbus.connections.BusAddress
-
- getPrimitiveToWrapperTypes() - Static method in class org.freedesktop.dbus.ArrayFrob
-
- getPropertiesChanged() - Method in class org.freedesktop.dbus.interfaces.Properties.PropertiesChanged
-
Return the changed properties.
- getPropertiesRemoved() - Method in class org.freedesktop.dbus.interfaces.Properties.PropertiesChanged
-
Returns a list of removed property keys.
- getRawAddress() - Method in class org.freedesktop.dbus.connections.BusAddress
-
- 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.connections.impl.DBusConnection
-
Return a reference to a remote object.
- getRemoteObject(String, String, Class<I>) - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Return a reference to a remote object.
- getRemoteObject(String, String, Class<I>, boolean) - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Return a reference to a remote object.
- getRemoteObject(String) - Method in class org.freedesktop.dbus.connections.impl.DirectConnection
-
Return a reference to a remote object.
- getRemoteObject(String, Class<T>) - Method in class org.freedesktop.dbus.connections.impl.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.messages.MethodCall
-
Block (if neccessary) for a reply.
- getReply() - Method in class org.freedesktop.dbus.messages.MethodCall
-
Block (if neccessary) for a reply.
- getReplySerial() - Method in class org.freedesktop.dbus.messages.Message
-
If this is a reply to a message, this returns its serial.
- getResponse() - Method in class org.freedesktop.dbus.connections.SASL.Command
-
- getSaslAuthMode() - Method in class org.freedesktop.dbus.connections.transports.AbstractTransport
-
- getSaslMode() - Method in class org.freedesktop.dbus.connections.transports.AbstractTransport
-
- getSerial() - Method in class org.freedesktop.dbus.messages.Message
-
Returns the message serial ID (unique for this connection)
- getSig() - Method in class org.freedesktop.dbus.messages.Message
-
Returns the dbus signature of the parameters.
- getSig() - Method in class org.freedesktop.dbus.MethodTuple
-
- getSig() - Method in class org.freedesktop.dbus.types.Variant
-
Return the dbus signature of the wrapped value.
- getSig() - Method in class org.freedesktop.dbus.TypeSignature
-
- getSignalSource() - Method in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesAdded
-
The source DBus object path (e.g.
- getSignalSource() - Method in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesRemoved
-
The source DBus object path (e.g.
- 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.messages.Message
-
Returns the Bus ID that sent the message.
- getSource() - Method in class org.freedesktop.dbus.ObjectPath
-
- getSystemEndianness() - Static method in class org.freedesktop.dbus.connections.AbstractConnection
-
Get the default system endianness.
- getType() - Method in class org.freedesktop.dbus.connections.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.messages.Message
-
Type of this message.
- getType() - Method in class org.freedesktop.dbus.types.Variant
-
Return the type of the wrapped value.
- getTypes(int) - Method in class org.freedesktop.dbus.connections.SASL
-
- getUniqueName() - Method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Returns the unique name of this connection.
- getValue() - Method in class org.freedesktop.dbus.types.Variant
-
Return the wrapped value.
- getWiredata() - Method in class org.freedesktop.dbus.messages.Message
-
- getWireData() - Method in class org.freedesktop.dbus.messages.Message
-
- getWrapperToPrimitiveTypes() - Static method in class org.freedesktop.dbus.ArrayFrob
-
- GlibCSymbol - Annotation Type in org.freedesktop.dbus.annotations
-
Define a C symbol to map to this method.
- GlobalHandler - Class in org.freedesktop.dbus.connections
-
- globalserial - Static variable in class org.freedesktop.dbus.messages.Message
-
- m - Variable in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- main(String[]) - Static method in class org.freedesktop.dbus.bin.DBusDaemon
-
- Marshalling - Class in org.freedesktop.dbus
-
Contains static methods for marshalling values.
- MarshallingException - Exception in org.freedesktop.dbus.exceptions
-
- MarshallingException(String, Throwable) - Constructor for exception org.freedesktop.dbus.exceptions.MarshallingException
-
- MarshallingException(String) - Constructor for exception org.freedesktop.dbus.exceptions.MarshallingException
-
- marshallint(long, byte[], int, int) - Method in class org.freedesktop.dbus.messages.Message
-
Marshalls an integer of a given width into a buffer.
- marshallintBig(long, byte[], int, int) - Static method in class org.freedesktop.dbus.messages.Message
-
Marshalls an integer of a given width into a buffer using big-endian format.
- marshallintLittle(long, byte[], int, int) - Static method in class org.freedesktop.dbus.messages.Message
-
Marshalls an integer of a given width into a buffer using little-endian format.
- MatchRuleInvalid - Exception in org.freedesktop.dbus.errors
-
Thrown if the match rule is invalid
- MatchRuleInvalid(String) - Constructor for exception org.freedesktop.dbus.errors.MatchRuleInvalid
-
- MAX_ARRAY_LENGTH - Static variable in class org.freedesktop.dbus.connections.AbstractConnection
-
- MAX_BIG_VALUE - Static variable in class org.freedesktop.dbus.types.UInt64
-
Maximum allowed value (when accessed as a BigInteger)
- MAX_LONG_VALUE - Static variable in class org.freedesktop.dbus.types.UInt64
-
Maximum allowed value (when accessed as a long)
- MAX_NAME_LENGTH - Static variable in class org.freedesktop.dbus.connections.AbstractConnection
-
- MAX_TIME_TRAVEL_SECONDS - Static variable in class org.freedesktop.dbus.connections.SASL
-
- MAX_VALUE - Static variable in class org.freedesktop.dbus.types.UInt16
-
Maximum possible value.
- MAX_VALUE - Static variable in class org.freedesktop.dbus.types.UInt32
-
Maximum allowed value
- MAXIMUM_ARRAY_LENGTH - Static variable in class org.freedesktop.dbus.messages.Message
-
- MAXIMUM_MESSAGE_LENGTH - Static variable in class org.freedesktop.dbus.messages.Message
-
- MAXIMUM_NUM_UNIX_FDS - Static variable in class org.freedesktop.dbus.messages.Message
-
- MEMBER - Static variable in interface org.freedesktop.dbus.messages.Message.HeaderField
-
- Message - Class in org.freedesktop.dbus.messages
-
Superclass of all messages which are sent over the Bus.
- Message(byte, byte, byte) - Constructor for class org.freedesktop.dbus.messages.Message
-
Create a message; only to be called by sub-classes.
- Message() - Constructor for class org.freedesktop.dbus.messages.Message
-
Create a blank message.
- Message.ArgumentType - Interface in org.freedesktop.dbus.messages
-
Defines constants for each argument type.
- Message.Endian - Interface in org.freedesktop.dbus.messages
-
Defines constants representing the endianness of the message.
- Message.Flags - Interface in org.freedesktop.dbus.messages
-
Defines constants representing the flags which can be set on a message.
- Message.HeaderField - Interface in org.freedesktop.dbus.messages
-
Defines constants for each valid header field type.
- Message.MessageType - Interface in org.freedesktop.dbus.messages
-
Defines constants for each message type.
- MessageFactory - Class in org.freedesktop.dbus.messages
-
- MessageFactory() - Constructor for class org.freedesktop.dbus.messages.MessageFactory
-
- MessageFormatException - Exception in org.freedesktop.dbus.exceptions
-
Thrown if a message is formatted incorrectly.
- MessageFormatException(String) - Constructor for exception org.freedesktop.dbus.exceptions.MessageFormatException
-
- MessageProtocolVersionException - Exception in org.freedesktop.dbus.exceptions
-
- MessageProtocolVersionException(String) - Constructor for exception org.freedesktop.dbus.exceptions.MessageProtocolVersionException
-
- MessageTypeException - Exception in org.freedesktop.dbus.exceptions
-
- MessageTypeException(String) - Constructor for exception org.freedesktop.dbus.exceptions.MessageTypeException
-
- METHOD_CALL - Static variable in interface org.freedesktop.dbus.messages.Message.MessageType
-
- METHOD_RETURN - Static variable in interface org.freedesktop.dbus.messages.Message.MessageType
-
- MethodCall - Class in org.freedesktop.dbus.messages
-
- MethodCall(String, String, String, String, byte, String, Object...) - Constructor for class org.freedesktop.dbus.messages.MethodCall
-
- MethodCall(String, String, String, String, String, byte, String, Object...) - Constructor for class org.freedesktop.dbus.messages.MethodCall
-
- MethodError - Annotation Type in org.freedesktop.dbus.annotations
-
Give an error that the method can return
- MethodNoReply - Annotation Type in org.freedesktop.dbus.annotations
-
Methods annotated with this do not send a reply
- MethodReturn - Class in org.freedesktop.dbus.messages
-
- MethodReturn(String, long, String, Object...) - Constructor for class org.freedesktop.dbus.messages.MethodReturn
-
- MethodReturn(String, String, long, String, Object...) - Constructor for class org.freedesktop.dbus.messages.MethodReturn
-
- MethodReturn(MethodCall, String, Object...) - Constructor for class org.freedesktop.dbus.messages.MethodReturn
-
- MethodReturn(String, MethodCall, String, Object...) - Constructor for class org.freedesktop.dbus.messages.MethodReturn
-
- MethodTuple - Class in org.freedesktop.dbus
-
- MethodTuple(String, String) - Constructor for class org.freedesktop.dbus.MethodTuple
-
- MIN_VALUE - Static variable in class org.freedesktop.dbus.types.UInt16
-
Minimum possible value.
- MIN_VALUE - Static variable in class org.freedesktop.dbus.types.UInt32
-
Minimum allowed value
- MIN_VALUE - Static variable in class org.freedesktop.dbus.types.UInt64
-
Minimum allowed value
- Monitoring - Interface in org.freedesktop.dbus.interfaces
-
- SASL - Class in org.freedesktop.dbus.connections
-
- SASL() - Constructor for class org.freedesktop.dbus.connections.SASL
-
Create a new SASL auth handler.
- SASL(boolean) - Constructor for class org.freedesktop.dbus.connections.SASL
-
Create a new SASL auth handler.
- SASL.Command - Class in org.freedesktop.dbus.connections
-
- SASL.SaslMode - Enum in org.freedesktop.dbus.connections
-
- saveFile(String, String) - Static method in class org.freedesktop.dbus.bin.DBusDaemon
-
- send(OutputStream, SASL.SaslCommand, String...) - Method in class org.freedesktop.dbus.connections.SASL
-
- send_cred(Socket) - Static method in class org.freedesktop.dbus.connections.FreeBSDHelper
-
- Sender() - Constructor for class org.freedesktop.dbus.bin.DBusDaemon.Sender
-
- SENDER - Static variable in interface org.freedesktop.dbus.messages.Message.HeaderField
-
- SenderThread - Class in org.freedesktop.dbus.connections
-
- sendMessage(Message) - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
Send a message or signal to the DBus daemon.
- serialize() - Method in interface org.freedesktop.dbus.interfaces.DBusSerializable
-
- ServiceUnknown - Exception in org.freedesktop.dbus.errors
-
Thrown if the requested service was not available
- ServiceUnknown(String) - Constructor for exception org.freedesktop.dbus.errors.ServiceUnknown
-
- Set(String, String, A) - Method in interface org.freedesktop.dbus.interfaces.Properties
-
Set the value for the given property.
- setAddress(BusAddress) - Method in class org.freedesktop.dbus.bin.EmbeddedDBusDaemon
-
- setAddress(String) - Method in class org.freedesktop.dbus.bin.EmbeddedDBusDaemon
-
- setArgs(Object[]) - Method in class org.freedesktop.dbus.messages.Message
-
- setAuthTypes(int) - Method in class org.freedesktop.dbus.bin.EmbeddedDBusDaemon
-
- setByteCounter(long) - Method in class org.freedesktop.dbus.messages.Message
-
- setCall(MethodCall) - Method in class org.freedesktop.dbus.messages.MethodReturn
-
- setDefaultTimeout(long) - Static method in class org.freedesktop.dbus.messages.MethodCall
-
Set the default timeout for method calls.
- setEndianness(byte) - Static method in class org.freedesktop.dbus.connections.AbstractConnection
-
Set the endianness to use for all connections.
- setFileDescriptorSupport(boolean) - Method in interface org.freedesktop.dbus.spi.ISocketProvider
-
Called to indicate if the current
AbstractTransport implementation
supports file descriptor passing.
- setInputOutput(Socket) - Method in class org.freedesktop.dbus.connections.transports.AbstractTransport
-
Setup message reader/writer.
- setPath(String) - Method in class org.freedesktop.dbus.DBusPath
-
- setReply(Message) - Method in class org.freedesktop.dbus.messages.MethodCall
-
- setResponse(String) - Method in class org.freedesktop.dbus.connections.SASL.Command
-
- setSaslAuthMode(int) - Method in class org.freedesktop.dbus.connections.transports.AbstractTransport
-
- setSaslMode(SASL.SaslMode) - Method in class org.freedesktop.dbus.connections.transports.AbstractTransport
-
- setSerial(long) - Method in class org.freedesktop.dbus.messages.Message
-
- setSource(String) - Method in class org.freedesktop.dbus.messages.Message
-
Warning, do not use this method unless you really know what you are doing.
- setSource(String) - Method in class org.freedesktop.dbus.ObjectPath
-
- setTerminate(boolean) - Method in class org.freedesktop.dbus.connections.IncomingMessageThread
-
- setType(String) - Method in exception org.freedesktop.dbus.exceptions.DBusExecutionException
-
- setWeakReferences(boolean) - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
If set to true the bus will not hold a strong reference to exported objects.
- setWiredata(byte[][]) - Method in class org.freedesktop.dbus.messages.Message
-
- shortValue() - Method in class org.freedesktop.dbus.types.UInt16
-
The value of this as a short.
- shortValue() - Method in class org.freedesktop.dbus.types.UInt32
-
The value of this as a short.
- shortValue() - Method in class org.freedesktop.dbus.types.UInt64
-
The value of this as a short.
- SIGNAL - Static variable in interface org.freedesktop.dbus.messages.Message.MessageType
-
- signalSource - Variable in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesAdded
-
- signalSource - Variable in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesRemoved
-
- SignalTuple - Class in org.freedesktop.dbus
-
- SignalTuple(String, String, String, String) - Constructor for class org.freedesktop.dbus.SignalTuple
-
- SIGNATURE - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- SIGNATURE - Static variable in interface org.freedesktop.dbus.messages.Message.HeaderField
-
- SIGNATURE_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- size() - Method in class org.freedesktop.dbus.connections.PeerSet
-
- size() - Method in class org.freedesktop.dbus.DBusMap
-
- SLASH_PATTERN - Static variable in class org.freedesktop.dbus.messages.ObjectTree
-
- startInBackground() - Method in class org.freedesktop.dbus.bin.EmbeddedDBusDaemon
-
- startInForeground() - Method in class org.freedesktop.dbus.bin.EmbeddedDBusDaemon
-
- StartServiceByName(String, UInt32) - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- StartServiceByName(String, UInt32) - Method in interface org.freedesktop.DBus
-
Start a service.
- stopRunning() - Method in class org.freedesktop.dbus.bin.DBusDaemon.Reader
-
- STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- STRING_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- StrongReference<T> - Class in org.freedesktop.dbus
-
An alternative to a WeakReference when you don't want
that behaviour.
- StrongReference(T) - Constructor for class org.freedesktop.dbus.StrongReference
-
- STRUCT - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- Struct - Class in org.freedesktop.dbus
-
This class should be extended to create Structs.
- Struct() - Constructor for class org.freedesktop.dbus.Struct
-
- STRUCT1 - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- STRUCT1_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- STRUCT2 - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- STRUCT2_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- STRUCT_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- StructHelper - Class in org.freedesktop.dbus
-
Helper util to create
Struct subclasses when receiving it from DBus.
- syntax() - Static method in class org.freedesktop.dbus.bin.DBusDaemon
-
- TCP_CONNECT_TIMEOUT - Static variable in class org.freedesktop.dbus.connections.AbstractConnection
-
Connect timeout, used for TCP only
- TcpTransport - Class in org.freedesktop.dbus.connections.transports
-
Transport type representing a transport connection to TCP.
- terminate() - Method in class org.freedesktop.dbus.connections.SenderThread
-
- throwException() - Method in class org.freedesktop.dbus.errors.Error
-
Throw this as an exception of the correct type
- toArray() - Method in class org.freedesktop.dbus.connections.PeerSet
-
- toArray(T[]) - Method in class org.freedesktop.dbus.connections.PeerSet
-
- toAscii(byte[]) - Static method in class org.freedesktop.Hexdump
-
- toAscii(byte[], int, int) - Static method in class org.freedesktop.Hexdump
-
- toByteArray(byte[]) - Static method in class org.freedesktop.Hexdump
-
Returns a string which can be written to a Java source file as part
of a static initializer for a byte array.
- toByteArray(byte[], int, int) - Static method in class org.freedesktop.Hexdump
-
Returns a string which can be written to a Java source file as part
of a static initializer for a byte array.
- toEnum(String) - Static method in enum org.freedesktop.dbus.connections.BusAddress.AddressBusTypes
-
- toHex(byte[]) - Static method in class org.freedesktop.Hexdump
-
- toHex(byte[], int, int) - Static method in class org.freedesktop.Hexdump
-
- toJavaFileDescriptor() - Method in class org.freedesktop.dbus.FileDescriptor
-
- top() - Method in class org.freedesktop.dbus.types.UInt64
-
Most significant 4 bytes.
- toString() - Method in enum org.freedesktop.dbus.annotations.PropertiesEmitsChangedSignal.EmitChangeSignal
-
- toString() - Method in class org.freedesktop.dbus.connections.BusAddress
-
- toString() - Method in class org.freedesktop.dbus.connections.SASL.Command
-
- toString() - Method in class org.freedesktop.dbus.Container
-
Returns this struct as a string.
- toString() - Method in class org.freedesktop.dbus.DBusAsyncReply
-
- toString() - Method in class org.freedesktop.dbus.DBusMap
-
- toString() - Method in class org.freedesktop.dbus.DBusMatchRule
-
- toString() - Method in class org.freedesktop.dbus.DBusPath
-
- toString() - Method in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesAdded
-
- toString() - Method in class org.freedesktop.dbus.interfaces.ObjectManager.InterfacesRemoved
-
- toString() - Method in class org.freedesktop.dbus.interfaces.Properties.PropertiesChanged
-
- toString() - Method in class org.freedesktop.dbus.messages.DBusSignal
-
- toString() - Method in class org.freedesktop.dbus.messages.Message
-
Formats the message in a human-readable format.
- toString() - Method in class org.freedesktop.dbus.messages.ObjectTree
-
- toString() - Method in class org.freedesktop.dbus.RemoteObject
-
- toString() - Method in class org.freedesktop.dbus.SignalTuple
-
- toString() - Method in class org.freedesktop.dbus.types.UInt16
-
The value of this as a string.
- toString() - Method in class org.freedesktop.dbus.types.UInt32
-
The value of this as a string
- toString() - Method in class org.freedesktop.dbus.types.UInt64
-
The value of this as a string.
- toString() - Method in class org.freedesktop.dbus.types.Variant
-
Format the Variant as a string.
- TransportFactory - Class in org.freedesktop.dbus.connections.transports
-
Factory to create connection to DBus using unix socket or TCP.
- Tuple - Class in org.freedesktop.dbus
-
This class should be extended to create Tuples.
- Tuple() - Constructor for class org.freedesktop.dbus.Tuple
-
- type(Object[], Class<Object>) - Static method in class org.freedesktop.dbus.ArrayFrob
-
- TypeSignature - Class in org.freedesktop.dbus
-
- TypeSignature(String) - Constructor for class org.freedesktop.dbus.TypeSignature
-
- TypeSignature(Type[]) - Constructor for class org.freedesktop.dbus.TypeSignature
-
- value() - Method in class org.freedesktop.dbus.types.UInt64
-
The value of this as a BigInteger.
- valueOf(String) - Static method in enum org.freedesktop.dbus.annotations.PropertiesEmitsChangedSignal.EmitChangeSignal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.freedesktop.dbus.connections.BusAddress.AddressBusTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.freedesktop.dbus.connections.impl.DBusConnection.DBusBusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.freedesktop.dbus.connections.SASL.SaslMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.freedesktop.dbus.annotations.PropertiesEmitsChangedSignal.EmitChangeSignal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.freedesktop.dbus.connections.BusAddress.AddressBusTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.freedesktop.dbus.connections.impl.DBusConnection.DBusBusType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.freedesktop.dbus.connections.SASL.SaslMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.freedesktop.dbus.DBusMap
-
- VARIANT - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- Variant<T> - Class in org.freedesktop.dbus.types
-
A Wrapper class for Variant values.
- Variant(T) - Constructor for class org.freedesktop.dbus.types.Variant
-
Create a Variant from a basic type object.
- Variant(T, Type) - Constructor for class org.freedesktop.dbus.types.Variant
-
Create a Variant.
- Variant(T, String) - Constructor for class org.freedesktop.dbus.types.Variant
-
Create a Variant.
- VARIANT_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- version() - Static method in class org.freedesktop.dbus.bin.DBusDaemon
-