Verwendungen von Klasse
org.freedesktop.dbus.exceptions.DBusException
Packages, die DBusException verwenden
Package
Beschreibung
-
Verwendungen von DBusException in org.freedesktop.dbus
Methoden in org.freedesktop.dbus, die DBusException auslösenModifizierer und TypMethodeBeschreibungstatic Object[]Marshalling.convertParameters(Object[] _parameters, Type[] _types, AbstractConnection _conn) Recursively converts types for serialization onto DBus.static ObjectRemoteInvocationHandler.convertRV(String _sig, Object[] _rp, Method _m, AbstractConnection _conn) static ObjectRemoteInvocationHandler.executeRemoteMethod(RemoteObject _ro, Method _m, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) static String[]Marshalling.getDBusType(Type _javaType) Will return the DBus type corresponding to the given Java type.static StringMarshalling.getDBusType(Type[] _javaType) Will return the DBus type corresponding to the given Java type.static String[]Marshalling.getDBusType(Type _dataType, boolean _basic) Will return the DBus type corresponding to the given Java type.static intMarshalling.getJavaType(String _dbusType, List<Type> _resultValue, int _limit) Converts a dbus type string into Java Type objects,DBusAsyncReply.getReply()Get the reply.Konstruktoren in org.freedesktop.dbus, die DBusException auslösenModifiziererKonstruktorBeschreibungDBusMatchRule(Class<? extends Object> _c) DBusMatchRule(Class<? extends Object> _c, String _source, String _object) DBusMatchRule(Class<? extends DBusInterface> _c, String _method) TypeSignature(Type[] _types) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt. -
Verwendungen von DBusException in org.freedesktop.dbus.bin
Konstruktoren in org.freedesktop.dbus.bin, die DBusException auslösen -
Verwendungen von DBusException in org.freedesktop.dbus.connections
Methoden in org.freedesktop.dbus.connections, die DBusException auslösenModifizierer und TypMethodeBeschreibungvoidAbstractConnection.addFallback(String _objectPrefix, DBusInterface _object) Export an object as a fallback object.protected abstract AutoCloseableAbstractConnection.addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) Adds aDBusMatchRuleto with a generic signal handler.<T extends DBusSignal>
AutoCloseableAbstractConnection.addSigHandler(Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
AutoCloseableAbstractConnection.addSigHandler(Class<T> _type, DBusSigHandler<T> _handler) Add a Signal Handler.protected abstract <T extends DBusSignal>
AutoCloseableAbstractConnection.addSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Add a signal handler with the givenDBusMatchRuleto DBus.protected <T extends DBusSignal>
voidAbstractConnection.addSigHandlerWithoutMatch(Class<? extends DBusSignal> _signal, DBusSigHandler<T> _handler) voidAbstractConnection.exportObject(String _objectPath, DBusInterface _object) Export an object so that its methods can be called on DBus.voidAbstractConnection.exportObject(DBusInterface _object) Export an object so that its methods can be called on DBus.abstract DBusInterfaceAbstractConnection.getExportedObject(String _source, String _path) Retrieves an remote object using source and path.abstract <T extends DBusInterface>
TAbstractConnection.getExportedObject(String _source, String _path, Class<T> _type) Retrieves an remote object using source and path.AbstractConnection.getExportedObject(DBusInterface _interface) protected abstract voidAbstractConnection.removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) Remove a generic signal handler with the givenDBusMatchRule.<T extends DBusSignal>
voidAbstractConnection.removeSigHandler(Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler) Remove a Signal Handler.<T extends DBusSignal>
voidAbstractConnection.removeSigHandler(Class<T> _type, DBusSigHandler<T> _handler) Remove a Signal Handler.protected abstract <T extends DBusSignal>
voidAbstractConnection.removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Remove a match rule with the givenDBusSigHandler.Konstruktoren in org.freedesktop.dbus.connections, die DBusException auslösenModifiziererKonstruktorBeschreibungprotectedAbstractConnection(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) BusAddress(String _address) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.Use BusAddress.of instead -
Verwendungen von DBusException in org.freedesktop.dbus.connections.impl
Methoden in org.freedesktop.dbus.connections.impl, die DBusException auslösenModifizierer und TypMethodeBeschreibungDBusConnection.addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) protected AutoCloseableDirectConnection.addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) <T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler(Class<T> _type, String _source, DBusInterface _object, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler(Class<T> _type, String _source, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Add a signal handler with the givenDBusMatchRuleto DBus.protected <T extends DBusSignal>
AutoCloseableDirectConnection.addSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) abstract CBaseConnectionBuilder.build()DBusConnectionBuilder.build()Create the newDBusConnection.DirectConnectionBuilder.build()Create the newDBusConnection.<T extends DBusInterface>
TDBusConnection.dynamicProxy(String _source, String _path, Class<T> _type) Tries to resolve a proxy to a remote object.static DBusConnectionDBusConnection.getConnection(String _address) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.static DBusConnectionDBusConnection.getConnection(String _address, boolean _registerSelf, boolean _shared) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.static DBusConnectionDBusConnection.getConnection(String _address, boolean _registerSelf, boolean _shared, int _timeout) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.static DBusConnectionDBusConnection.getConnection(DBusConnection.DBusBusType _bustype) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.static DBusConnectionDBusConnection.getConnection(DBusConnection.DBusBusType _bustype, boolean _shared, int _timeout) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.DBusConnection.getExportedObject(String _source, String _path) <T extends DBusInterface>
TDBusConnection.getExportedObject(String _source, String _path, Class<T> _type) DirectConnection.getExportedObject(String _source, String _path) <T extends DBusInterface>
TDirectConnection.getExportedObject(String _source, String _path, Class<T> _type) DBusConnection.getPeerRemoteObject(String _busname, String _objectpath) Return a reference to a remote object.<I extends DBusInterface>
IDBusConnection.getPeerRemoteObject(String _busname, String _objectpath, Class<I> _type) <I extends DBusInterface>
IDBusConnection.getPeerRemoteObject(String _busname, String _objectpath, Class<I> _type, boolean _autostart) Return a reference to a remote object.DBusConnection.getRemoteObject(String _busname, String _objectpath) Return a reference to a remote object.<I extends DBusInterface>
IDBusConnection.getRemoteObject(String _busname, String _objectpath, Class<I> _type) Return a reference to a remote object.<I extends DBusInterface>
IDBusConnection.getRemoteObject(String _busname, String _objectpath, Class<I> _type, boolean _autostart) Return a reference to a remote object.DirectConnection.getRemoteObject(String _objectPath) Return a reference to a remote object.<T extends DBusInterface>
TDirectConnection.getRemoteObject(String _objectPath, Class<T> _type) Return a reference to a remote object.static DBusConnectionDBusConnection.newConnection(DBusConnection.DBusBusType _bustype) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.voidDBusConnection.releaseBusName(String _busname) Release a bus name.voidDBusConnection.removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) protected voidDirectConnection.removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) <T extends DBusSignal>
voidDBusConnection.removeSigHandler(Class<T> _type, String _source, DBusInterface _object, DBusSigHandler<T> _handler) Remove a Signal Handler.<T extends DBusSignal>
voidDBusConnection.removeSigHandler(Class<T> _type, String _source, DBusSigHandler<T> _handler) Remove a Signal Handler.protected <T extends DBusSignal>
voidDBusConnection.removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Remove a match rule with the givenDBusSigHandler.protected <T extends DBusSignal>
voidDirectConnection.removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) voidDBusConnection.requestBusName(String _busname) Request a bus name.Konstruktoren in org.freedesktop.dbus.connections.impl, die DBusException auslösenModifiziererKonstruktorBeschreibungDirectConnection(String _address) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.DirectConnection(String _address, int _timeout) Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt. -
Verwendungen von DBusException in org.freedesktop.dbus.connections.transports
Methoden in org.freedesktop.dbus.connections.transports, die DBusException auslösenModifizierer und TypMethodeBeschreibungTransportBuilder.build()Create the transport with the previously provided configuration.static TransportBuilderTransportBuilder.create()Creates a newTransportBuilderinstance using a empty transport configuration.static TransportBuilderCreates a newTransportBuilderinstance with the given address.static TransportBuilderTransportBuilder.create(BusAddress _address) Creates a newTransportBuilderinstance with the given address.static TransportBuilderTransportBuilder.create(TransportConfig _config) Creates a newTransportBuilderinstance using the given configuration.static TransportBuilderTransportBuilder.createWithDynamicSession(String _transportType) Creates a newTransportBuilderwith a dynamically created address.AbstractTransport.readMessage()Read a message from the underlying socket. -
Verwendungen von DBusException in org.freedesktop.dbus.errors
Konstruktoren in org.freedesktop.dbus.errors, die DBusException auslösen -
Verwendungen von DBusException in org.freedesktop.dbus.exceptions
Unterklassen von DBusException in org.freedesktop.dbus.exceptionsModifizierer und TypKlasseBeschreibungclassThrown when something goes wrong with the connection to DBus.classclassclassThrown if a message is formatted incorrectly.class -
Verwendungen von DBusException in org.freedesktop.dbus.interfaces
Methoden in org.freedesktop.dbus.interfaces, die DBusException auslösenKonstruktoren in org.freedesktop.dbus.interfaces, die DBusException auslösenModifiziererKonstruktorBeschreibungInterfacesAdded(String _objectPath, DBusPath _source, Map<String, Map<String, Variant<?>>> _interfaces) InterfacesRemoved(String _objectPath, DBusPath _source, List<String> _interfaces) NameAcquired(String _path, String _name) NameOwnerChanged(String _path, String _name, String _oldOwner, String _newOwner) PropertiesChanged(String _path, String _interfaceName, Map<String, Variant<?>> _propertiesChanged, List<String> _propertiesRemoved) -
Verwendungen von DBusException in org.freedesktop.dbus.messages
Methoden in org.freedesktop.dbus.messages, die DBusException auslösenModifizierer und TypMethodeBeschreibungvoidAppend a series of values to the message.voidDBusSignal.appendbody(AbstractConnection _conn) static MessageMessageFactory.createMessage(byte _type, byte[] _buf, byte[] _header, byte[] _body, List<FileDescriptor> _filedescriptors) DBusSignal.createReal(AbstractConnection _conn) Called to create signal objects for object handlers.Object[]Demarshall values from a buffer.Object[]Demarshall values from a buffer.protected StringExportedObject.generateMethodsXml(Class<?> _clz) Generates the introspection data for the input interface methodsprotected StringExportedObject.generatePropertiesXml(Class<?> _clz) Generates the introspection data for the input interface properties.protected StringExportedObject.generatePropertyXml(DBusProperty _property) Generates the introspection data for the single property.protected StringExportedObject.generateSignalsXml(Class<?> _clz) Generates the introspection data for the input interface signalsObject[]Message.getParameters()Parses and returns the parameters to this message as an Object array.protected voidMessage.padAndMarshall(List<Object> _hargs, long _serial, String _sig, Object... _args) Adds message padding and marshalling.voidWarning, do not use this method unless you really know what you are doing.Konstruktoren in org.freedesktop.dbus.messages, die DBusException auslösenModifiziererKonstruktorBeschreibungprotectedDBusSignal(String _objectPath, Object... _args) Create a new signal.DBusSignal(String _source, String _path, String _iface, String _member, String _sig, Object... _args) ExportedObject(DBusInterface _object, boolean _weakreferences) protectedMessage(byte _endian, byte _type, byte _flags) Create a message; only to be called by sub-classes.MethodBase(byte _endianness, byte _methodCall, byte _flags) MethodCall(String _dest, String _path, String _iface, String _member, byte _flags, String _sig, Object... _args) MethodCall(String _source, String _dest, String _path, String _iface, String _member, byte _flags, String _sig, Object... _args) MethodReturn(String _dest, long _replyserial, String _sig, Object... _args) MethodReturn(String _source, String _dest, long _replyserial, String _sig, Object... _args) MethodReturn(String _source, MethodCall _mc, String _sig, Object... _args) MethodReturn(MethodCall _mc, String _sig, Object... _args) -
Verwendungen von DBusException in org.freedesktop.dbus.spi.message
Methoden in org.freedesktop.dbus.spi.message, die DBusException auslösenModifizierer und TypMethodeBeschreibungprotected abstract List<FileDescriptor> AbstractInputStreamMessageReader.readFileDescriptors(SocketChannel _inputChannel) Methods which will be called when file descriptor passing is enabled.final MessageAbstractInputStreamMessageReader.readMessage()IMessageReader.readMessage()