(defn attribute-info "Get the MBeanAttributeInfo for an attribute." [object-name attr-name] (filter #(= (as-str attr-name) (.getName %)) (.getAttributes (mbean-info object-name))))
Comments top
No comments for attribute-info. Log in to add a comment.