[collectd-changes] collectd, the system statistics collection daemon: Changes to 'ff/java'

Florian Forster octo at verplant.org
Wed Feb 18 16:44:57 CET 2009


 bindings/java/org/collectd/api/CollectdAPI.java  |   31 ++++++++
 bindings/java/org/collectd/api/OConfigItem.java  |   86 ++++++++++++++++++++
 bindings/java/org/collectd/api/OConfigValue.java |   91 ++++++++++++++++++++++
 bindings/java/org/collectd/java/CollectdAPI.java |   31 --------
 src/java.c                                       |    4 +-
 5 files changed, 210 insertions(+), 33 deletions(-)

New commits:
commit d2f971b93c68b110c80be151eb6c5e65bd6d189c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Feb 18 16:43:26 2009 +0100

    java plugin: Implemented oconfig types in Java.
    
    The CollectdAPI class has been moved to the `org.collectd.api'
    namespace, too, so that this stuff is together..




More information about the collectd-changes mailing list