Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-6881

Allow one to query for the ManagedComponents/ManagedPropertys that have a given admin view usage

XMLWordPrintable

      We have an adminView notion on the ManagementProperty, but we don't have a way to query for the ManagedComponents and the associated ManagedPropertys that match a given admin use. For example, something like:

      Class AdminViewPair
      {
      ManagedComponent comp;
      Collection<String> propertyNames;
      }

      Collection<AdminViewPair> pairs = managmentView.matchComponentsForAdminView("Port");
      for(AdminViewPair pair : pairs)
      {
      for(String propertyName : pair.propertyNames)

      { ManagedProperty prop = pair.comp.getProperty(propertyName); ... }

      }

              Unassigned Unassigned
              starksm64 Scott Stark (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: