You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Viet Hung Nguyen (JIRA)" <ji...@apache.org> on 2007/11/26 15:54:43 UTC

[jira] Closed: (GERONIMO-3595) Tomcat*StatsImpl and Jetty*StatsImpl to return generic StatsImpl object

     [ https://issues.apache.org/jira/browse/GERONIMO-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viet Hung Nguyen closed GERONIMO-3595.
--------------------------------------

       Resolution: Invalid
    Fix Version/s: 2.1

This violates the JSR 77 spec. There must be a getXYZ() for each XYZ stats. By using the generic object, the client will not be able to use getXYZ().

> Tomcat*StatsImpl and Jetty*StatsImpl to return generic StatsImpl object
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-3595
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3595
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Jetty, management, Tomcat
>    Affects Versions: 2.1
>         Environment: windows
>            Reporter: Viet Hung Nguyen
>             Fix For: 2.1
>
>         Attachments: geronimo-3595.patch
>
>
> Recently, there has been a discussion to make the getStats() operation return the generic StatsImpl object instead of the container specific object. The advantage of having a generic Stats object returned is that clients who wish to view the jsr77 statistics do not need the container specific statsimpl classes in their classloader.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.