public class BeanClassRefreshAgent extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
reloadFlag
Flag for checking reload status.
|
| Constructor and Description |
|---|
BeanClassRefreshAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
reloadBean(ClassLoader appClassLoader,
String beanClassName,
Map<String,String> oldFullSignatures,
Map<String,String> oldSignatures,
String strReloadStrategy,
URL beanArchiveUrl)
Reload bean in existing bean manager.
|
public static boolean reloadFlag
public static void reloadBean(ClassLoader appClassLoader, String beanClassName, Map<String,String> oldFullSignatures, Map<String,String> oldSignatures, String strReloadStrategy, URL beanArchiveUrl) throws IOException
appClassLoader - the application class loaderbeanClassName - the bean class nameoldFullSignatures - the old full signaturesoldSignatures - the map of class name to old signaturestrReloadStrategy - the bean reload strategybeanArchiveUrl - the bean archive urlIOException - error working with classDefinitionCopyright © 2020. All rights reserved.