(defn operation "The MBeanOperationInfo for operation op on mbean n. Used by invoke." [n op] (first (filter #(= (-> % .getName keyword) op) (operations n))))
Comments top
No comments for operation. Log in to add a comment.