perl plugin: Check "return value" of PERL_GET_CONTEXT.
[collectd.git] / bindings / java / org / collectd / api / CollectdShutdownInterface.java
index 4181a10..108c54e 100644 (file)
 
 package org.collectd.api;
 
+/**
+ * Interface for objects implementing a shutdown method.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ * @see Collectd#registerShutdown
+ */
 public interface CollectdShutdownInterface
 {
        public int shutdown ();