From: Florian Forster Date: Sun, 22 Feb 2009 22:18:58 +0000 (+0100) Subject: collectd.conf(5): Updated the information on the java plugin. X-Git-Tag: collectd-4.7.0~127^2~15 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=b565ea6f66d488989ec3bdcd0a304cf8f35b365b collectd.conf(5): Updated the information on the java plugin. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 48b75bc8..e8946287 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1085,6 +1085,11 @@ and all other interrupts are collected. =head2 Plugin C +The I plugin makes it possible to write extensions for collectd in Java. +This section only discusses the syntax and semantic of the configuration +options. For more in-depth information on the I plugin, please read +L. + Synopsis: @@ -1108,37 +1113,15 @@ Execute C--help> for details. =item B I -Instantiates a new I object. The following methods of this class are -used when available: - -=over 4 - -=item * - -public int B (org.collectd.api.OConfigItem ci) - -=item * - -public int B () +Instantiates a new I object. The constructor of this object very +likely then registers one or more callback methods with the server. -=item * - -public int B () - -=item * - -public int B (org.collectd.protocol.ValueList vl) - -=item * - -public int B () - -=back +See L for details. =item B I The entrie block is passed to the Java plugin as an -I object. +I object. See L. =back