Class BeanReloadExecutor
- java.lang.Object
-
- org.hotswap.agent.plugin.weld.command.BeanReloadExecutor
-
public class BeanReloadExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description BeanReloadExecutor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidreloadBean(String bdaId, Class<?> beanClass, Map<String,String> oldFullSignatures, Map<String,String> oldSignatures, String strReloadStrategy)Reload bean in existing bean manager.
-
-
-
Method Detail
-
reloadBean
public static void reloadBean(String bdaId, Class<?> beanClass, Map<String,String> oldFullSignatures, Map<String,String> oldSignatures, String strReloadStrategy)
Reload bean in existing bean manager.- Parameters:
bdaId- the Bean Deployment Archive IDbeanClass- the bean classoldFullSignatures- the old full signaturesoldSignatures- the old signaturesstrReloadStrategy- the str reload strategy
-
-