X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fjava%2Forg%2Fcollectd%2Fjava%2FJMXMemory.java;h=050d8936f6d48c8bac4163419211b24a86d05c47;hb=142fb2ea490118e62f34df41f907ef1e58fb0be4;hp=50a3c6030599ad3b07741986614491959ab6c56d;hpb=412afad3ed12c8e3f87a0108caaa8e7a5221ef2a;p=collectd.git diff --git a/bindings/java/org/collectd/java/JMXMemory.java b/bindings/java/org/collectd/java/JMXMemory.java index 50a3c603..050d8936 100644 --- a/bindings/java/org/collectd/java/JMXMemory.java +++ b/bindings/java/org/collectd/java/JMXMemory.java @@ -1,3 +1,29 @@ +/** + * collectd - bindings/java/org/collectd/java/JMXMemory.java + * Copyright (C) 2009 Florian octo Forster + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Florian octo Forster + */ + package org.collectd.java; import java.util.List; @@ -26,7 +52,7 @@ import org.collectd.api.CollectdShutdownInterface; import org.collectd.api.OConfigValue; import org.collectd.api.OConfigItem; -public class JMXMemory implements CollectdConfigInterface, /* {{{ */ +public class JMXMemory implements CollectdConfigInterface, CollectdInitInterface, CollectdReadInterface, CollectdShutdownInterface @@ -206,6 +232,6 @@ public class JMXMemory implements CollectdConfigInterface, /* {{{ */ _mbean = null; return (0); } /* }}} int shutdown */ -} /* }}} class JMXMemory */ +} /* class JMXMemory */ /* vim: set sw=2 sts=2 et fdm=marker : */