(defn mbean-names "Finds all MBeans matching a name on the current *connection*." [n] (.queryNames *connection* (as-object-name n) nil))
Comments top
No comments for mbean-names. Log in to add a comment.