Read an mbean property. Returns low-level Java object model for
composites, tabulars, etc. Most callers should use read.
(defn raw-read "Read an mbean property. Returns low-level Java object model for composites, tabulars, etc. Most callers should use read." [n attr] (.getAttribute *connection* (as-object-name n) (as-str attr)))
Comments top
No comments for raw-read. Log in to add a comment.