Uses of Interface
org.hotswap.agent.plugin.weld.beans.WeldHotswapContext
-
Packages that use WeldHotswapContext Package Description org.hotswap.agent.plugin.weld.beans -
-
Uses of WeldHotswapContext in org.hotswap.agent.plugin.weld.beans
Methods in org.hotswap.agent.plugin.weld.beans with parameters of type WeldHotswapContext Modifier and Type Method Description static voidContextualReloadHelper. destroy(WeldHotswapContext ctx, javax.enterprise.context.spi.Contextual<?> managedBean)Will remove bean from context forcing a clean new instance to be created (eg calling post-construct)static voidContextualReloadHelper. reload(WeldHotswapContext ctx)
-