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