Class ContextualReloadHelper
- java.lang.Object
-
- org.hotswap.agent.plugin.owb.beans.ContextualReloadHelper
-
public class ContextualReloadHelper extends Object
The Class ContextualReloadHelper.- Author:
- alpapad@gmail.com
-
-
Constructor Summary
Constructors Constructor Description ContextualReloadHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanaddToReloadSet(javax.enterprise.context.spi.Context ctx, javax.enterprise.context.spi.Contextual<?> managedBean)Tries to add the bean in the context so it is reloaded in the next activation of the context.static voidreload(OwbHotswapContext ctx)
-
-
-
Method Detail
-
reload
public static void reload(OwbHotswapContext ctx)
-
addToReloadSet
public static boolean addToReloadSet(javax.enterprise.context.spi.Context ctx, javax.enterprise.context.spi.Contextual<?> managedBean)Tries to add the bean in the context so it is reloaded in the next activation of the context.- Parameters:
ctx-managedBean-- Returns:
-
-