Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-3761

make jmx bean code use regular java, not indirect invoke

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.5.0SDK
    • 2.6.0SDK
    • Core Java Framework
    • None

    Description

      Before having Java 5 as a pre requisite, the code for using JMX mbeans and registering them had to be indirect (via reflection, invoke(..), etc.), because Java 1.4 didn't have JMX support. Now that we require Java 6, this style of code can be replace with real methods, and save some slight performance hit, and be more maintainable going forward.

      Attachments

        Activity

          People

            schor Marshall Schor
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: