[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1181) CacheJmxWrappers exposes details as JMX attributes, not operations

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Mon Sep 10 13:54:22 EDT 2007


CacheJmxWrappers exposes details as JMX attributes, not operations
------------------------------------------------------------------

                 Key: JBCACHE-1181
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-1181
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 2.0.0.GA
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry


getConfigurationAsString();
getConfigurationAsHtmlString();
getCacheDetails();
getCacheDetailsAsHtml();

All are too verbose for exposure as MBean attributes in the JMX console.  They need to be converted into operations so users will have to specifically invoke them.

A better API would be:

printConfigurationAsString();
printConfigurationAsHtmlString();
printCacheDetails();
printCacheDetailsAsHtml();



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list