public class BeanReloadExecutor extends Object
| Constructor and Description |
|---|
BeanReloadExecutor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
reloadBean(String bdaId,
Class<?> beanClass,
Map<String,String> oldFullSignatures,
Map<String,String> oldSignatures,
String strReloadStrategy)
Reload bean in existing bean manager.
|
public static void reloadBean(String bdaId, Class<?> beanClass, Map<String,String> oldFullSignatures, Map<String,String> oldSignatures, String strReloadStrategy)
bdaId - the Bean Deployment Archive IDbeanClass - the bean classoldFullSignatures - the old full signaturesoldSignatures - the old signaturesstrReloadStrategy - the str reload strategyCopyright © 2020. All rights reserved.