Class ProxyRefreshAgent
- java.lang.Object
-
- org.hotswap.agent.plugin.owb.command.ProxyRefreshAgent
-
public class ProxyRefreshAgent extends Object
The Class ProxyRefreshAgent.- Author:
- Vladimir Dvorak
-
-
Constructor Summary
Constructors Constructor Description ProxyRefreshAgent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrecreateProxy(ClassLoader appClassLoader, String beanClassName, String oldSignatureForProxyCheck)Recreate proxy classes, Called from BeanClassRefreshCommand.
-
-
-
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 loaderbeanClassName- the bean class nameoldSignatureForProxyCheck- the old signature for proxy check- Throws:
IOException- error working with classDefinition
-
-