[jboss-jira] [JBoss JIRA] Resolved: (JBMICROCONT-319) Optimize KernelRegistry.getEntry()
Ales Justin (JIRA)
jira-events at lists.jboss.org
Thu Jul 24 10:29:45 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMICROCONT-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ales Justin resolved JBMICROCONT-319.
-------------------------------------
Resolution: Done
Added KernelRegistry::findEntry.
The previous getEntry tests + all the KernelController usage tests should cover this new change.
> Optimize KernelRegistry.getEntry()
> ----------------------------------
>
> Key: JBMICROCONT-319
> URL: https://jira.jboss.org/jira/browse/JBMICROCONT-319
> Project: JBoss MicroContainer
> Issue Type: Task
> Components: Registry
> Reporter: Adrian Brock
> Assignee: Ales Justin
> Fix For: JBossMC.2.0.0.CR1
>
>
> Currently KernelRegistry.getEntry() throws a
> KernelRegistryEntryNotFoundException
> to single there is nothing currently registered.
> This generates lots of garbage when the KernelController is waiting for a dependency to be installed.
> To remove this garbage, add a new method for use by the KernelController that does not throw an error,
> instead it returns null to signal not found.
--
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
More information about the jboss-jira
mailing list