Class BdaAgentRegistry


  • public class BdaAgentRegistry
    extends java.lang.Object
    BdaAgentRegistry - maps archivePath to BeanClassRefreshAgent. This class is separated from BeanClassRefreshAgent to avoid "class not found exception" when map is accessed from ClassPathBeanRefreshCommand.
    Author:
    Vladimir Dvorak
    • Constructor Detail

      • BdaAgentRegistry

        public BdaAgentRegistry()
    • Method Detail

      • contains

        public static boolean contains​(java.lang.String archivePath)
      • getArchiveByClassName

        public static java.lang.String getArchiveByClassName​(java.lang.String className)
        Iterate over agents and find the one containing the class by name
        Parameters:
        className -
        Returns: