- 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.
- 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.
- disconnect() - Method in class org.freedesktop.dbus.connections.Transport
-
- Disconnected(String) - Constructor for class org.freedesktop.dbus.interfaces.Local.Disconnected
-
- do_challenge(int, SASL.Command) - Method in class org.freedesktop.dbus.connections.SASL
-
- do_response(int, String, String, SASL.Command) - Method in class org.freedesktop.dbus.connections.SASL
-
- DOLLAR_PATTERN - Static variable in class org.freedesktop.dbus.connections.AbstractConnection
-
- 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.Transport
-
- 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
-
- 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 cx.ath.matthew.unix.UnixServerSocket
-
Return the address this socket is bound to.
- getAddress() - Method in class cx.ath.matthew.unix.UnixSocket
-
Returns the address this socket is connected to.
- getAddress() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
Returns the address this connection is connected to.
- 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.
- getBlocking() - Method in class cx.ath.matthew.unix.UnixSocket
-
Get the blocking mode.
- 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(DBusConnection.DBusBusType) - Static method in class org.freedesktop.dbus.connections.impl.DBusConnection
-
Connect to DBus.
- getConnection(DBusConnection.DBusBusType, boolean) - 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.
- getError() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
Return any DBus error which has been received.
- getErrorAsEnum() - Method in exception cx.ath.matthew.unix.UnixIOException
-
- getErrorCode() - Method in exception cx.ath.matthew.unix.UnixIOException
-
- 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
-
- 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
-
- 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
-
- 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
-
- getInputStream() - Method in class cx.ath.matthew.unix.UnixSocket
-
Returns an InputStream for reading from the socket.
- 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.
- 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).
- 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.MethodTuple
-
- GetMachineId() - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- getMachineId() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- 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
-
- getOutputStream() - Method in class cx.ath.matthew.unix.UnixSocket
-
Returns an OutputStream for writing to the socket.
- 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.connections.BusAddress
-
- 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.
- getPassCred() - Method in class cx.ath.matthew.unix.UnixSocket
-
Get the credential passing status.
- getPath() - Method in class cx.ath.matthew.unix.UnixSocketAddress
-
Return the path.
- getPath() - Method in class org.freedesktop.dbus.DBusPath
-
- getPath() - Method in class org.freedesktop.dbus.messages.Message
-
Returns the object path of the message.
- getPeerGID() - Method in class cx.ath.matthew.unix.UnixSocket
-
Return the gid of the remote process.
- getPeerPID() - Method in class cx.ath.matthew.unix.UnixSocket
-
Return the pid of the remote process.
- 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.
- getPeerUID() - Method in class cx.ath.matthew.unix.UnixSocket
-
Return the uid of the remote process.
- getPendingCalls() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- getPendingErrorQueue() - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
- 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
-
- 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.
- getSocket() - Method in class cx.ath.matthew.unix.USInputStream
-
- getSocket() - Method in class cx.ath.matthew.unix.USOutputStream
-
- 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
-
- 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.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
-
- 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
-
- markSupported() - Method in class cx.ath.matthew.unix.USInputStream
-
- 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
- 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
-
- MessageReader - Class in org.freedesktop.dbus
-
- MessageReader(InputStream) - Constructor for class org.freedesktop.dbus.MessageReader
-
- MessageTypeException - Exception in org.freedesktop.dbus.exceptions
-
- MessageTypeException(String) - Constructor for exception org.freedesktop.dbus.exceptions.MessageTypeException
-
- MessageWriter - Class in org.freedesktop.dbus
-
- MessageWriter(OutputStream) - Constructor for class org.freedesktop.dbus.MessageWriter
-
- 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
- MODE_CLIENT - Static variable in class org.freedesktop.dbus.connections.SASL
-
- MODE_SERVER - Static variable in class org.freedesktop.dbus.connections.SASL
-
- Monitoring - Interface in org.freedesktop.dbus.interfaces
-
- MSG_DONTWAIT - Static variable in class cx.ath.matthew.unix.USInputStream
-
- UINT16 - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- UInt16 - Class in org.freedesktop.dbus.types
-
Class to represent 16-bit unsigned integers.
- UInt16(int) - Constructor for class org.freedesktop.dbus.types.UInt16
-
Create a UInt16 from an int.
- UInt16(String) - Constructor for class org.freedesktop.dbus.types.UInt16
-
Create a UInt16 from a String.
- UINT16_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- UINT32 - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- UInt32 - Class in org.freedesktop.dbus.types
-
Class to represent unsigned 32-bit numbers.
- UInt32(long) - Constructor for class org.freedesktop.dbus.types.UInt32
-
Create a UInt32 from a long.
- UInt32(String) - Constructor for class org.freedesktop.dbus.types.UInt32
-
Create a UInt32 from a String.
- UINT32_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- UINT64 - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- UInt64 - Class in org.freedesktop.dbus.types
-
Class to represent unsigned 64-bit numbers.
- UInt64(long) - Constructor for class org.freedesktop.dbus.types.UInt64
-
Create a UInt64 from a long.
- UInt64(long, long) - Constructor for class org.freedesktop.dbus.types.UInt64
-
Create a UInt64 from two longs.
- UInt64(BigInteger) - Constructor for class org.freedesktop.dbus.types.UInt64
-
Create a UInt64 from a BigInteger
- UInt64(String) - Constructor for class org.freedesktop.dbus.types.UInt64
-
Create a UInt64 from a String.
- UINT64_STRING - Static variable in interface org.freedesktop.dbus.messages.Message.ArgumentType
-
- unExportObject(String) - Method in class org.freedesktop.dbus.connections.AbstractConnection
-
Stop Exporting an object
- UnixIOException - Exception in cx.ath.matthew.unix
-
An IO Exception which occurred during UNIX Socket IO
- UnixIOException(int, String) - Constructor for exception cx.ath.matthew.unix.UnixIOException
-
- UnixServerSocket - Class in cx.ath.matthew.unix
-
Represents a listening UNIX Socket.
- UnixServerSocket() - Constructor for class cx.ath.matthew.unix.UnixServerSocket
-
Create an un-bound server socket.
- UnixServerSocket(UnixSocketAddress) - Constructor for class cx.ath.matthew.unix.UnixServerSocket
-
Create a server socket bound to the given address.
- UnixServerSocket(String) - Constructor for class cx.ath.matthew.unix.UnixServerSocket
-
Create a server socket bound to the given address.
- UnixSocket - Class in cx.ath.matthew.unix
-
Represents a UnixSocket.
- UnixSocket() - Constructor for class cx.ath.matthew.unix.UnixSocket
-
Create an unconnected socket.
- UnixSocket(UnixSocketAddress) - Constructor for class cx.ath.matthew.unix.UnixSocket
-
Create a socket connected to the given address.
- UnixSocket(String) - Constructor for class cx.ath.matthew.unix.UnixSocket
-
Create a socket connected to the given address.
- UnixSocketAddress - Class in cx.ath.matthew.unix
-
Represents an address for a Unix Socket
- UnixSocketAddress(String, boolean) - Constructor for class cx.ath.matthew.unix.UnixSocketAddress
-
Create the address.
- UnixSocketAddress(String) - Constructor for class cx.ath.matthew.unix.UnixSocketAddress
-
Create the address.
- UnknownMethod - Exception in org.freedesktop.dbus.errors
-
Thrown if the method called was unknown on the remote object
- UnknownMethod(String) - Constructor for exception org.freedesktop.dbus.errors.UnknownMethod
-
- UnknownObject - Exception in org.freedesktop.dbus.errors
-
Thrown if the object was unknown on a remote connection
- UnknownObject(String) - Constructor for exception org.freedesktop.dbus.errors.UnknownObject
-
- UnknownTypeCodeException - Exception in org.freedesktop.dbus.exceptions
-
- UnknownTypeCodeException(byte) - Constructor for exception org.freedesktop.dbus.exceptions.UnknownTypeCodeException
-
- unwrap(T[]) - Static method in class org.freedesktop.dbus.ArrayFrob
-
- UpdateActivationEnvironment(Map<String, String>[]) - Method in class org.freedesktop.dbus.bin.DBusDaemon.DBusServer
-
- UpdateActivationEnvironment(Map<String, String>[]) - Method in interface org.freedesktop.DBus
-
DBUS Specification:
Normally, session bus activated services inherit the environment of the bus daemon.
- USInputStream - Class in cx.ath.matthew.unix
-
- USInputStream(int, UnixSocket) - Constructor for class cx.ath.matthew.unix.USInputStream
-
- USOutputStream - Class in cx.ath.matthew.unix
-
- USOutputStream(int, UnixSocket) - Constructor for class cx.ath.matthew.unix.USOutputStream
-