aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/jmx.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/jmx.clj')
-rw-r--r--src/clojure/contrib/jmx.clj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/clojure/contrib/jmx.clj b/src/clojure/contrib/jmx.clj
index dd6d7588..8fa293ce 100644
--- a/src/clojure/contrib/jmx.clj
+++ b/src/clojure/contrib/jmx.clj
@@ -86,6 +86,7 @@
(load "jmx/data")
(load "jmx/client")
(load "jmx/server")
+(load "jmx/Bean")
(defn mbean-names
"Finds all MBeans matching a name on the current *connection*."
@@ -119,3 +120,5 @@
(into {} (map (fn [attr-name] [(keyword attr-name) (read-supported n attr-name)])
(attribute-names n))))
+
+