[
https://jira.jboss.org/jira/browse/JBAS-6881?page=com.atlassian.jira.plug...
]
Jason T. Greene updated JBAS-6881:
----------------------------------
Fix Version/s: JBossAS-6.0.0.Alpha1
(was: JBossAS-5.1.0.GA)
Moving to 6.0, reschedule if necessary
Allow one to query for the ManagedComponents/ManagedPropertys that
have a given admin view usage
------------------------------------------------------------------------------------------------
Key: JBAS-6881
URL:
https://jira.jboss.org/jira/browse/JBAS-6881
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Integration, ProfileService
Reporter: Scott M Stark
Assignee: Scott M Stark
Fix For: JBossAS-6.0.0.Alpha1
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/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira