public class ProxyRefreshAgent extends Object
| Constructor and Description |
|---|
ProxyRefreshAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
recreateProxy(ClassLoader appClassLoader,
String beanClassName,
String oldSignatureForProxyCheck)
Recreate proxy classes, Called from BeanClassRefreshCommand.
|
public static void recreateProxy(ClassLoader appClassLoader, String beanClassName, String oldSignatureForProxyCheck) throws IOException
appClassLoader - the application class loaderbeanClassName - the bean class nameoldSignatureForProxyCheck - the old signature for proxy checkIOException - error working with classDefinitionCopyright © 2020. All rights reserved.