[jboss-jira] [JBoss JIRA] Updated: (JBAS-6881) Allow one to query for the ManagedComponents/ManagedPropertys that have a given admin view usage
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Mon Jun 28 13:32:48 EDT 2010
[ https://jira.jboss.org/browse/JBAS-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason T. Greene updated JBAS-6881:
----------------------------------
Fix Version/s: Unscheduled
(was: 7.0.0.M1)
> Allow one to query for the ManagedComponents/ManagedPropertys that have a given admin view usage
> ------------------------------------------------------------------------------------------------
>
> Key: JBAS-6881
> URL: https://jira.jboss.org/browse/JBAS-6881
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Integration, ProfileService
> Reporter: Scott M Stark
> Fix For: Unscheduled
>
>
> 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);
> ...
> }
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list