Class ProxyRefreshAgent


  • public class ProxyRefreshAgent
    extends Object
    The Class ProxyRefreshAgent.
    Author:
    Vladimir Dvorak
    • Constructor Detail

      • ProxyRefreshAgent

        public ProxyRefreshAgent()
    • Method Detail

      • recreateProxy

        public static void recreateProxy​(ClassLoader appClassLoader,
                                         String beanClassName,
                                         String oldSignatureForProxyCheck)
                                  throws IOException
        Recreate proxy classes, Called from BeanClassRefreshCommand.
        Parameters:
        appClassLoader - the application class loader
        beanClassName - the bean class name
        oldSignatureForProxyCheck - the old signature for proxy check
        Throws:
        IOException - error working with classDefinition