dbus-java - Java implementation of the DBus protocol
Website: | http://freedesktop.org/wiki/Software/DBusBindings |
---|---|
License: | AFL or LGPLv2 |
Vendor: | Fedora Project |
- Description:
D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed. This is a complete independent implementation of the D-Bus protocol in Java. It comprises a library to write programs in Java which access D-Bus, a tool for generating stubs from D-Bus introspection data and a simple daemon. Being written in Java it works on both Windows and Linux (and other Unix-like systems). When using a TCP transport it is entirely Java-based; when using Unix-sockets it requires a small JNI library to use Unix-Sockets.
Packages
dbus-java-2.5.1-1.fc11.ppc64 [803 KiB] |
Changelog
by Omair Majid (2009-03-17):
- update to 2.5.1 - Added patches from François Kooman <fkooman@tuxed.net> - Added docs.patch (already upstream). Replaces docbook.patch and man_fixes.patch - Add missing TestSignalInterface2 interface (already upstream) |