[jboss-jira] [JBoss JIRA] Created: (JBMICROCONT-319) Optimize KernelRegistry.getEntry()

Adrian Brock (JIRA) jira-events at lists.jboss.org
Thu Jul 24 08:56:45 EDT 2008


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
             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