(defn attribute-names "All attribute names available on an MBean." [n] (doall (map #(-> % .getName keyword) (.getAttributes (mbean-info n)))))
Comments top
No comments for attribute-names. Log in to add a comment.